public class CadMesh extends CadBaseEntity
Class describing CadMesh
Constructor and Description |
---|
CadMesh()
Initializes a new instance of the
CadMesh class. |
Modifier and Type | Method and Description |
---|---|
short |
getBlendCase()
Gets or sets blend case
|
int |
getEdgeCount()
Gets or sets edge count
|
int |
getEdgeCreaseCount()
Gets or sets the edge crease count.
|
List<Double> |
getEdgeCreateValues()
Gets or sets the edge create values.
|
List<Integer> |
getFaceListItems()
Gets or sets face list
|
Integer |
getOverriddenPropertyCount()
Gets or sets the overridden property count.
|
List<Integer> |
getPropertyTypes()
Gets or sets the property types.
|
int |
getSizeOfFaceList()
Gets or sets size of face list
|
int |
getSubdivisionLevelNumber()
Gets or sets the subdivision level number.
|
int |
getSubEntityCount()
Gets or sets the sub entity count.
|
List<Integer> |
getSubEntityMarkers()
Gets or sets the sub entity markers.
|
int |
getTypeName()
Gets the name of the type.
|
short |
getVersionNumber()
Gets or sets version number
|
int |
getVertexCount()
Gets or sets vertex count
|
List<Integer> |
getVertexIndices()
Gets or sets vertex indices
|
List<Cad3DPoint> |
getVertices()
Gets or sets vertices
|
void |
setBlendCase(short value)
Gets or sets blend case
|
void |
setEdgeCount(int value)
Gets or sets edge count
|
void |
setEdgeCreaseCount(int value)
Gets or sets the edge crease count.
|
void |
setEdgeCreateValues(List<Double> value)
Gets or sets the edge create values.
|
void |
setFaceListItems(List<Integer> value)
Gets or sets face list
|
void |
setOverriddenPropertyCount(Integer value)
Gets or sets the overridden property count.
|
void |
setPropertyTypes(List<Integer> value)
Gets or sets the property types.
|
void |
setSizeOfFaceList(int value)
Gets or sets size of face list
|
void |
setSubdivisionLevelNumber(int value)
Gets or sets the subdivision level number.
|
void |
setSubEntityCount(int value)
Gets or sets the sub entity count.
|
void |
setSubEntityMarkers(List<Integer> value)
Gets or sets the sub entity markers.
|
void |
setVersionNumber(short value)
Gets or sets version number
|
void |
setVertexCount(int value)
Gets or sets vertex count
|
void |
setVertexIndices(List<Integer> value)
Gets or sets vertex indices
|
void |
setVertices(List<Cad3DPoint> value)
Gets or sets vertices
|
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadMesh()
Initializes a new instance of the CadMesh
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadBaseEntity
public final List<Integer> getPropertyTypes()
Gets or sets the property types.
public final void setPropertyTypes(List<Integer> value)
Gets or sets the property types.
value
- The property types.public final Integer getOverriddenPropertyCount()
Gets or sets the overridden property count.
public final void setOverriddenPropertyCount(Integer value)
Gets or sets the overridden property count.
value
- The overridden property count.public final List<Cad3DPoint> getVertices()
Gets or sets vertices
public final void setVertices(List<Cad3DPoint> value)
Gets or sets vertices
public final void setVertexIndices(List<Integer> value)
Gets or sets vertex indices
public final short getVersionNumber()
Gets or sets version number
public final void setVersionNumber(short value)
Gets or sets version number
public final int getSubdivisionLevelNumber()
Gets or sets the subdivision level number.
public final void setSubdivisionLevelNumber(int value)
Gets or sets the subdivision level number.
value
- The subdivision level number.public final int getSizeOfFaceList()
Gets or sets size of face list
public final void setSizeOfFaceList(int value)
Gets or sets size of face list
public final short getBlendCase()
Gets or sets blend case
public final void setBlendCase(short value)
Gets or sets blend case
public final int getVertexCount()
Gets or sets vertex count
public final void setVertexCount(int value)
Gets or sets vertex count
public final int getEdgeCount()
Gets or sets edge count
public final void setEdgeCount(int value)
Gets or sets edge count
public final int getEdgeCreaseCount()
Gets or sets the edge crease count.
public final void setEdgeCreaseCount(int value)
Gets or sets the edge crease count.
value
- The edge crease count.public final List<Double> getEdgeCreateValues()
Gets or sets the edge create values.
public final void setEdgeCreateValues(List<Double> value)
Gets or sets the edge create values.
value
- The edge create values.public final int getSubEntityCount()
Gets or sets the sub entity count.
public final void setSubEntityCount(int value)
Gets or sets the sub entity count.
value
- The sub entity count.public final List<Integer> getSubEntityMarkers()
Gets or sets the sub entity markers.