CadPolylineBase
Inheritance: java.lang.Object, CadBaseExtrudedEntity
Class describing Cad POLYLINE
Constructors
| Constructor | Description |
|---|---|
| CadPolylineBase() |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. Value: The name of the type. |
| getElevation() | Gets or sets the elevation. Value: The elevation. |
| setElevation(double value) | Gets or sets the elevation. Value: The elevation. |
| getEndWidth() | Gets or sets the end width. Value: The end width. |
| setEndWidth(double value) | Gets or sets the end width. Value: The end width. |
| getFlag() | Gets or sets the flag. Value: The flag. |
| setFlag(short value) | Gets or sets the flag. Value: The flag. |
| getMeshMVertexCount() | Gets or sets the mesh M vertex count. Value: The mesh M vertex count. |
| setMeshMVertexCount(short value) | Gets or sets the mesh M vertex count. Value: The mesh M vertex count. |
| getMeshNVertexCount() | Gets or sets the mesh N vertex count. Value: The mesh N vertex count. |
| setMeshNVertexCount(short value) | Gets or sets the mesh N vertex count. Value: The mesh N vertex count. |
| getStartWidth() | Gets or sets the start width. Value: The start width. |
| setStartWidth(double value) | Gets or sets the start width. Value: The start width. |
| getSurfaceMDensity() | Gets or sets the surface M density. Value: The surface M density. |
| setSurfaceMDensity(short value) | Gets or sets the surface M density. Value: The surface M density. |
| getSurfaceNDensity() | Gets or sets the surface N density. Value: The surface N density. |
| setSurfaceNDensity(short value) | Gets or sets the surface N density. Value: The surface N density. |
| getSurfaceType() | Gets or sets the type of the surface. Value: The type of the surface. |
| setSurfaceType(short value) | Gets or sets the type of the surface. Value: The type of the surface. |
| getThickness() | Gets or sets the Thickness Value: The Thickness. |
| setThickness(double value) | Gets or sets the Thickness Value: The Thickness. |
CadPolylineBase()
public CadPolylineBase()
getTypeName()
public int getTypeName()
Gets the name of the type. Value: The name of the type.
Returns: int - The name of the type.
getElevation()
public double getElevation()
Gets or sets the elevation. Value: The elevation.
Returns: double
setElevation(double value)
public void setElevation(double value)
Gets or sets the elevation. Value: The elevation.
getEndWidth()
public double getEndWidth()
Gets or sets the end width. Value: The end width.
Returns: double
setEndWidth(double value)
public void setEndWidth(double value)
Gets or sets the end width. Value: The end width.
getFlag()
public final short getFlag()
Gets or sets the flag. Value: The flag.
Returns: short
setFlag(short value)
public final void setFlag(short value)
Gets or sets the flag. Value: The flag.
getMeshMVertexCount()
public short getMeshMVertexCount()
Gets or sets the mesh M vertex count. Value: The mesh M vertex count.
Returns: short
setMeshMVertexCount(short value)
public void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count. Value: The mesh M vertex count.
getMeshNVertexCount()
public short getMeshNVertexCount()
Gets or sets the mesh N vertex count. Value: The mesh N vertex count.
Returns: short
setMeshNVertexCount(short value)
public void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count. Value: The mesh N vertex count.
getStartWidth()
public double getStartWidth()
Gets or sets the start width. Value: The start width.
Returns: double
setStartWidth(double value)
public void setStartWidth(double value)
Gets or sets the start width. Value: The start width.
getSurfaceMDensity()
public short getSurfaceMDensity()
Gets or sets the surface M density. Value: The surface M density.
Returns: short
setSurfaceMDensity(short value)
public void setSurfaceMDensity(short value)
Gets or sets the surface M density. Value: The surface M density.
getSurfaceNDensity()
public short getSurfaceNDensity()
Gets or sets the surface N density. Value: The surface N density.
Returns: short
setSurfaceNDensity(short value)
public void setSurfaceNDensity(short value)
Gets or sets the surface N density. Value: The surface N density.
getSurfaceType()
public short getSurfaceType()
Gets or sets the type of the surface. Value: The type of the surface.
Returns: short
setSurfaceType(short value)
public void setSurfaceType(short value)
Gets or sets the type of the surface. Value: The type of the surface.
getThickness()
public double getThickness()
Gets or sets the Thickness Value: The Thickness.
Returns: double
setThickness(double value)
public void setThickness(double value)
Gets or sets the Thickness Value: The Thickness.