CadMesh

Inheritance: java.lang.Object, CadBaseEntity

Class describing CadMesh

Constructors

ConstructorDescription
CadMesh()Initializes a new instance of the CadMesh class.

Methods

MethodDescription
getTypeName()Gets the name of the type.
getPropertyTypes()Gets or sets the property types.
setPropertyTypes(List value)Gets or sets the property types.
getOverriddenPropertyCount()Gets or sets the overridden property count.
setOverriddenPropertyCount(Integer value)Gets or sets the overridden property count.
getVertices()Gets or sets vertices
setVertices(List value)Gets or sets vertices
getFaceListItems()Gets or sets face list
setFaceListItems(List value)Gets or sets face list
getVertexIndices()Gets or sets vertex indices
setVertexIndices(List value)Gets or sets vertex indices
getVersionNumber()Gets or sets version number
setVersionNumber(short value)Gets or sets version number
getSubdivisionLevelNumber()Gets or sets the subdivision level number.
setSubdivisionLevelNumber(int value)Gets or sets the subdivision level number.
getSizeOfFaceList()Gets or sets size of face list
setSizeOfFaceList(int value)Gets or sets size of face list
getBlendCase()Gets or sets blend case
setBlendCase(short value)Gets or sets blend case
getVertexCount()Gets or sets vertex count
setVertexCount(int value)Gets or sets vertex count
getEdgeCount()Gets or sets edge count
setEdgeCount(int value)Gets or sets edge count
getEdgeCreaseCount()Gets or sets the edge crease count.
setEdgeCreaseCount(int value)Gets or sets the edge crease count.
getEdgeCreateValues()Gets or sets the edge create values.
setEdgeCreateValues(List value)Gets or sets the edge create values.
getSubEntityCount()Gets or sets the sub entity count.
setSubEntityCount(int value)Gets or sets the sub entity count.
getSubEntityMarkers()Gets or sets the sub entity markers.
setSubEntityMarkers(List value)Gets or sets the sub entity markers.

CadMesh()

public CadMesh()

Initializes a new instance of the CadMesh class.

getTypeName()

public int getTypeName()

Gets the name of the type.

Returns: int - The name of the type.

getPropertyTypes()

public final List<Integer> getPropertyTypes()

Gets or sets the property types.

Returns: List - The property types.

setPropertyTypes(List value)

public final void setPropertyTypes(List<Integer> value)

Gets or sets the property types.

Parameters:

ParameterTypeDescription
valueListThe property types.

getOverriddenPropertyCount()

public final Integer getOverriddenPropertyCount()

Gets or sets the overridden property count.

Returns: Integer - The overridden property count.

setOverriddenPropertyCount(Integer value)

public final void setOverriddenPropertyCount(Integer value)

Gets or sets the overridden property count.

Parameters:

ParameterTypeDescription
valueIntegerThe overridden property count.

getVertices()

public final List<Cad3DPoint> getVertices()

Gets or sets vertices

Returns: List

setVertices(List value)

public final void setVertices(List<Cad3DPoint> value)

Gets or sets vertices

getFaceListItems()

public final List<Integer> getFaceListItems()

Gets or sets face list

Returns: List

setFaceListItems(List value)

public final void setFaceListItems(List<Integer> value)

Gets or sets face list

getVertexIndices()

public final List<Integer> getVertexIndices()

Gets or sets vertex indices

Returns: List

setVertexIndices(List value)

public final void setVertexIndices(List<Integer> value)

Gets or sets vertex indices

getVersionNumber()

public final short getVersionNumber()

Gets or sets version number

Returns: short

setVersionNumber(short value)

public final void setVersionNumber(short value)

Gets or sets version number

getSubdivisionLevelNumber()

public final int getSubdivisionLevelNumber()

Gets or sets the subdivision level number.

Returns: int - The subdivision level number.

setSubdivisionLevelNumber(int value)

public final void setSubdivisionLevelNumber(int value)

Gets or sets the subdivision level number.

Parameters:

ParameterTypeDescription
valueintThe subdivision level number.

getSizeOfFaceList()

public final int getSizeOfFaceList()

Gets or sets size of face list

Returns: int

setSizeOfFaceList(int value)

public final void setSizeOfFaceList(int value)

Gets or sets size of face list

getBlendCase()

public final short getBlendCase()

Gets or sets blend case

Returns: short

setBlendCase(short value)

public final void setBlendCase(short value)

Gets or sets blend case

getVertexCount()

public final int getVertexCount()

Gets or sets vertex count

Returns: int

setVertexCount(int value)

public final void setVertexCount(int value)

Gets or sets vertex count

getEdgeCount()

public final int getEdgeCount()

Gets or sets edge count

Returns: int

setEdgeCount(int value)

public final void setEdgeCount(int value)

Gets or sets edge count

getEdgeCreaseCount()

public final int getEdgeCreaseCount()

Gets or sets the edge crease count.

Returns: int - The edge crease count.

setEdgeCreaseCount(int value)

public final void setEdgeCreaseCount(int value)

Gets or sets the edge crease count.

Parameters:

ParameterTypeDescription
valueintThe edge crease count.

getEdgeCreateValues()

public final List<Double> getEdgeCreateValues()

Gets or sets the edge create values.

Returns: List - The edge create values.

setEdgeCreateValues(List value)

public final void setEdgeCreateValues(List<Double> value)

Gets or sets the edge create values.

Parameters:

ParameterTypeDescription
valueListThe edge create values.

getSubEntityCount()

public final int getSubEntityCount()

Gets or sets the sub entity count.

Returns: int - The sub entity count.

setSubEntityCount(int value)

public final void setSubEntityCount(int value)

Gets or sets the sub entity count.

Parameters:

ParameterTypeDescription
valueintThe sub entity count.

getSubEntityMarkers()

public final List<Integer> getSubEntityMarkers()

Gets or sets the sub entity markers.

Returns: List - The sub entity markers.

setSubEntityMarkers(List value)

public final void setSubEntityMarkers(List<Integer> value)

Gets or sets the sub entity markers.

Parameters:

ParameterTypeDescription
valueListThe sub entity markers.