public class CadPolyline extends CadPolylineBase
Class describing Cad POLYLINE
Constructor and Description |
---|
CadPolyline() |
Modifier and Type | Method and Description |
---|---|
double |
getElevation()
Gets or sets the elevation.
|
double |
getEndWidth()
Gets or sets the end width.
|
Cad3DPoint |
getExtrusionDirection()
Gets or sets the extrusion direction.
|
short |
getMeshMVertexCount()
Gets or sets the mesh M vertex count.
|
short |
getMeshNVertexCount()
Gets or sets the mesh N vertex count.
|
double |
getStartWidth()
Gets or sets the start width.
|
short |
getSurfaceMDensity()
Gets or sets the surface M density.
|
short |
getSurfaceNDensity()
Gets or sets the surface N density.
|
short |
getSurfaceType()
Gets or sets the type of the surface.
|
double |
getThickness()
Gets or sets the Thickness
|
int |
getTypeName()
Gets the name of the type.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setEndWidth(double value)
Gets or sets the end width.
|
void |
setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
|
void |
setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
|
void |
setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
|
void |
setStartWidth(double value)
Gets or sets the start width.
|
void |
setSurfaceMDensity(short value)
Gets or sets the surface M density.
|
void |
setSurfaceNDensity(short value)
Gets or sets the surface N density.
|
void |
setSurfaceType(short value)
Gets or sets the type of the surface.
|
void |
setThickness(double value)
Gets or sets the Thickness
|
getFlag, setFlag
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 int getTypeName()
Gets the name of the type.
getTypeName
in class CadPolylineBase
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
getExtrusionDirection
in class CadBaseExtrudedEntity
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
setExtrusionDirection
in class CadBaseExtrudedEntity
public double getElevation()
Gets or sets the elevation.
getElevation
in class CadPolylineBase
public void setElevation(double value)
Gets or sets the elevation.
setElevation
in class CadPolylineBase
value
- The elevation.public double getEndWidth()
Gets or sets the end width.
getEndWidth
in class CadPolylineBase
public void setEndWidth(double value)
Gets or sets the end width.
setEndWidth
in class CadPolylineBase
value
- The end width.public short getMeshMVertexCount()
Gets or sets the mesh M vertex count.
getMeshMVertexCount
in class CadPolylineBase
public void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
setMeshMVertexCount
in class CadPolylineBase
value
- The mesh M vertex count.public short getMeshNVertexCount()
Gets or sets the mesh N vertex count.
getMeshNVertexCount
in class CadPolylineBase
public void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
setMeshNVertexCount
in class CadPolylineBase
value
- The mesh N vertex count.public double getStartWidth()
Gets or sets the start width.
getStartWidth
in class CadPolylineBase
public void setStartWidth(double value)
Gets or sets the start width.
setStartWidth
in class CadPolylineBase
value
- The start width.public short getSurfaceMDensity()
Gets or sets the surface M density.
getSurfaceMDensity
in class CadPolylineBase
public void setSurfaceMDensity(short value)
Gets or sets the surface M density.
setSurfaceMDensity
in class CadPolylineBase
value
- The surface M density.public short getSurfaceNDensity()
Gets or sets the surface N density.
getSurfaceNDensity
in class CadPolylineBase
public void setSurfaceNDensity(short value)
Gets or sets the surface N density.
setSurfaceNDensity
in class CadPolylineBase
value
- The surface N density.public short getSurfaceType()
Gets or sets the type of the surface.
getSurfaceType
in class CadPolylineBase
public void setSurfaceType(short value)
Gets or sets the type of the surface.
setSurfaceType
in class CadPolylineBase
value
- The type of the surface.public double getThickness()
Gets or sets the Thickness
getThickness
in class CadPolylineBase
public void setThickness(double value)
Gets or sets the Thickness
setThickness
in class CadPolylineBase
value
- The Thickness.