CadPolygonMesh
Inheritance: java.lang.Object, CadPolylineBase
The Cad polygon mesh.
Constructors
| Constructor | Description |
|---|---|
| CadPolygonMesh() |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getElevation() | Gets or sets the elevation. |
| setElevation(double value) | Gets or sets the elevation. |
| getEndWidth() | Gets or sets the end width. |
| setEndWidth(double value) | Gets or sets the end width. |
| getMeshMVertexCount() | Gets or sets the mesh M vertex count. |
| setMeshMVertexCount(short value) | Gets or sets the mesh M vertex count. |
| getMeshNVertexCount() | Gets or sets the mesh N vertex count. |
| setMeshNVertexCount(short value) | Gets or sets the mesh N vertex count. |
| getStartWidth() | Gets or sets the start width. |
| setStartWidth(double value) | Gets or sets the start width. |
| getSurfaceMDensity() | Gets or sets the surface M density. |
| setSurfaceMDensity(short value) | Gets or sets the surface M density. |
| getSurfaceNDensity() | Gets or sets the surface N density. |
| setSurfaceNDensity(short value) | Gets or sets the surface N density. |
| getSurfaceType() | Gets or sets the type of the surface. |
| setSurfaceType(short value) | Gets or sets the type of the surface. |
| getThickness() | Gets or sets the Thickness |
| setThickness(double value) | Gets or sets the Thickness |
CadPolygonMesh()
public CadPolygonMesh()
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getExtrusionDirection()
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Returns: Cad3DPoint
setExtrusionDirection(Cad3DPoint value)
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
getElevation()
public double getElevation()
Gets or sets the elevation.
Returns: double - The elevation.
setElevation(double value)
public void setElevation(double value)
Gets or sets the elevation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The elevation. |
getEndWidth()
public double getEndWidth()
Gets or sets the end width.
Returns: double - The end width.
setEndWidth(double value)
public void setEndWidth(double value)
Gets or sets the end width.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The end width. |
getMeshMVertexCount()
public short getMeshMVertexCount()
Gets or sets the mesh M vertex count.
Returns: short - The mesh M vertex count.
setMeshMVertexCount(short value)
public void setMeshMVertexCount(short value)
Gets or sets the mesh M vertex count.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The mesh M vertex count. |
getMeshNVertexCount()
public short getMeshNVertexCount()
Gets or sets the mesh N vertex count.
Returns: short - The mesh N vertex count.
setMeshNVertexCount(short value)
public void setMeshNVertexCount(short value)
Gets or sets the mesh N vertex count.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The mesh N vertex count. |
getStartWidth()
public double getStartWidth()
Gets or sets the start width.
Returns: double - The start width.
setStartWidth(double value)
public void setStartWidth(double value)
Gets or sets the start width.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The start width. |
getSurfaceMDensity()
public short getSurfaceMDensity()
Gets or sets the surface M density.
Returns: short - The surface M density.
setSurfaceMDensity(short value)
public void setSurfaceMDensity(short value)
Gets or sets the surface M density.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The surface M density. |
getSurfaceNDensity()
public short getSurfaceNDensity()
Gets or sets the surface N density.
Returns: short - The surface N density.
setSurfaceNDensity(short value)
public void setSurfaceNDensity(short value)
Gets or sets the surface N density.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The surface N density. |
getSurfaceType()
public short getSurfaceType()
Gets or sets the type of the surface.
Returns: short - The type of the surface.
setSurfaceType(short value)
public void setSurfaceType(short value)
Gets or sets the type of the surface.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The type of the surface. |
getThickness()
public double getThickness()
Gets or sets the Thickness
Returns: double - The Thickness.
setThickness(double value)
public void setThickness(double value)
Gets or sets the Thickness
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The Thickness. |