CadExtrudedSurface
Inheritance: java.lang.Object, CadPlaneSurface
The Cad revolved surface.
Constructors
| Constructor | Description |
|---|---|
| CadExtrudedSurface() | Initializes a new instance of the CadExtrudedSurface class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getSweepAlignmentOption() | Gets or sets the sweep alignment option. |
| setSweepAlignmentOption(short value) | Gets or sets the sweep alignment option. |
| getAlignStartFlag() | Gets or sets the align start flag. |
| setAlignStartFlag(boolean value) | Gets or sets the align start flag. |
| getBankFlag() | Gets or sets the bank flag. |
| setBankFlag(boolean value) | Gets or sets the bank flag. |
| getBasePointSetFlag() | Gets or sets the base point set flag. |
| setBasePointSetFlag(boolean value) | Gets or sets the base point set flag. |
| getSweepEntityTransformComputedFlag() | Gets or sets the sweep entity transform computed flag. |
| setSweepEntityTransformComputedFlag(boolean value) | Gets or sets the sweep entity transform computed flag. |
| getPathEntityTransformComputedFlag() | Gets or sets the path entity transform computed flag. |
| setPathEntityTransformComputedFlag(boolean value) | Gets or sets the path entity transform computed flag. |
| getAlignAngle() | Gets or sets the align angle. |
| setAlignAngle(double value) | Gets or sets the align angle. |
| getScaleFactor() | Gets or sets the scale factor. |
| setScaleFactor(double value) | Gets or sets the scale factor. |
| getExtrudedSurfaceBinaryData() | Gets or sets the extruded surface binary data. |
| setExtrudedSurfaceBinaryData(byte[] value) | Gets or sets the extruded surface binary data. |
| getBinaryDataSize() | Gets or sets the size of the binary data. |
| setBinaryDataSize(int value) | Gets or sets the size of the binary data. |
| getClassId() | Gets or sets the class identifier. |
| setClassId(int value) | Gets or sets the class identifier. |
| getSweepVector() | Gets or sets sweep vector. |
| setSweepVector(Cad3DPoint value) | Gets or sets sweep vector. |
| getReferenceVector() | Gets or sets reference vector. |
| setReferenceVector(Cad3DPoint value) | Gets or sets reference vector. |
| getDraftAngle() | Gets or sets the draft angle. |
| setDraftAngle(double value) | Gets or sets the draft angle. |
| getEndDraftDistance() | Gets or sets the end draft distance. |
| setEndDraftDistance(double value) | Gets or sets the end draft distance. |
| getSolidFlag() | Gets or sets a value indicating whether solid flag. |
| setSolidFlag(boolean value) | Gets or sets a value indicating whether solid flag. |
| getStartDraftDistance() | Gets or sets the start draft distance. |
| setStartDraftDistance(double value) | Gets or sets the start draft distance. |
| getTransformMatrix() | Gets or sets the transform matrix. |
| setTransformMatrix(List | Gets or sets the transform matrix. |
| getTransformMatrixSweep() | Gets or sets sweep of transform matrix. |
| setTransformMatrixSweep(List | Gets or sets sweep of transform matrix. |
| getTransformMatrixPath() | Gets or sets path of transform matrix. |
| setTransformMatrixPath(List | Gets or sets path of transform matrix. |
| getTwistAngle() | Gets or sets the twist angle. |
| setTwistAngle(double value) | Gets or sets the twist angle. |
CadExtrudedSurface()
public CadExtrudedSurface()
Initializes a new instance of the CadExtrudedSurface class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getSweepAlignmentOption()
public final short getSweepAlignmentOption()
Gets or sets the sweep alignment option.
Returns: short - The sweep alignment option.
setSweepAlignmentOption(short value)
public final void setSweepAlignmentOption(short value)
Gets or sets the sweep alignment option.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The sweep alignment option. |
getAlignStartFlag()
public final boolean getAlignStartFlag()
Gets or sets the align start flag.
Returns: boolean - The align start flag.
setAlignStartFlag(boolean value)
public final void setAlignStartFlag(boolean value)
Gets or sets the align start flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The align start flag. |
getBankFlag()
public final boolean getBankFlag()
Gets or sets the bank flag.
Returns: boolean - The bank flag.
setBankFlag(boolean value)
public final void setBankFlag(boolean value)
Gets or sets the bank flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The bank flag. |
getBasePointSetFlag()
public final boolean getBasePointSetFlag()
Gets or sets the base point set flag.
Returns: boolean - The base point set flag.
setBasePointSetFlag(boolean value)
public final void setBasePointSetFlag(boolean value)
Gets or sets the base point set flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The base point set flag. |
getSweepEntityTransformComputedFlag()
public final boolean getSweepEntityTransformComputedFlag()
Gets or sets the sweep entity transform computed flag.
Returns: boolean - The sweep entity transform computed flag.
setSweepEntityTransformComputedFlag(boolean value)
public final void setSweepEntityTransformComputedFlag(boolean value)
Gets or sets the sweep entity transform computed flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The sweep entity transform computed flag. |
getPathEntityTransformComputedFlag()
public final boolean getPathEntityTransformComputedFlag()
Gets or sets the path entity transform computed flag.
Returns: boolean - The path entity transform computed flag.
setPathEntityTransformComputedFlag(boolean value)
public final void setPathEntityTransformComputedFlag(boolean value)
Gets or sets the path entity transform computed flag.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The path entity transform computed flag. |
getAlignAngle()
public final double getAlignAngle()
Gets or sets the align angle.
Returns: double - The align angle.
setAlignAngle(double value)
public final void setAlignAngle(double value)
Gets or sets the align angle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The align angle. |
getScaleFactor()
public final double getScaleFactor()
Gets or sets the scale factor.
Returns: double - The scale factor.
setScaleFactor(double value)
public final void setScaleFactor(double value)
Gets or sets the scale factor.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The scale factor. |
getExtrudedSurfaceBinaryData()
public final byte[] getExtrudedSurfaceBinaryData()
Gets or sets the extruded surface binary data.
Returns: byte[] - The extruded surface binary data.
setExtrudedSurfaceBinaryData(byte[] value)
public final void setExtrudedSurfaceBinaryData(byte[] value)
Gets or sets the extruded surface binary data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | The extruded surface binary data. |
getBinaryDataSize()
public final int getBinaryDataSize()
Gets or sets the size of the binary data.
Returns: int - The size of the binary data.
setBinaryDataSize(int value)
public final void setBinaryDataSize(int value)
Gets or sets the size of the binary data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The size of the binary data. |
getClassId()
public final int getClassId()
Gets or sets the class identifier.
Returns: int - The class identifier.
setClassId(int value)
public final void setClassId(int value)
Gets or sets the class identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The class identifier. |
getSweepVector()
public final Cad3DPoint getSweepVector()
Gets or sets sweep vector.
Returns: Cad3DPoint
setSweepVector(Cad3DPoint value)
public final void setSweepVector(Cad3DPoint value)
Gets or sets sweep vector.
getReferenceVector()
public final Cad3DPoint getReferenceVector()
Gets or sets reference vector.
Returns: Cad3DPoint
setReferenceVector(Cad3DPoint value)
public final void setReferenceVector(Cad3DPoint value)
Gets or sets reference vector.
getDraftAngle()
public final double getDraftAngle()
Gets or sets the draft angle.
Returns: double
setDraftAngle(double value)
public final void setDraftAngle(double value)
Gets or sets the draft angle.
getEndDraftDistance()
public final double getEndDraftDistance()
Gets or sets the end draft distance.
Returns: double
setEndDraftDistance(double value)
public final void setEndDraftDistance(double value)
Gets or sets the end draft distance.
getSolidFlag()
public final boolean getSolidFlag()
Gets or sets a value indicating whether solid flag.
Returns: boolean
setSolidFlag(boolean value)
public final void setSolidFlag(boolean value)
Gets or sets a value indicating whether solid flag.
getStartDraftDistance()
public final double getStartDraftDistance()
Gets or sets the start draft distance.
Returns: double
setStartDraftDistance(double value)
public final void setStartDraftDistance(double value)
Gets or sets the start draft distance.
getTransformMatrix()
public final List<Double> getTransformMatrix()
Gets or sets the transform matrix.
Returns: List
setTransformMatrix(List value)
public final void setTransformMatrix(List<Double> value)
Gets or sets the transform matrix.
getTransformMatrixSweep()
public final List<Double> getTransformMatrixSweep()
Gets or sets sweep of transform matrix.
Returns: List
setTransformMatrixSweep(List value)
public final void setTransformMatrixSweep(List<Double> value)
Gets or sets sweep of transform matrix.
getTransformMatrixPath()
public final List<Double> getTransformMatrixPath()
Gets or sets path of transform matrix.
Returns: List
setTransformMatrixPath(List value)
public final void setTransformMatrixPath(List<Double> value)
Gets or sets path of transform matrix.
getTwistAngle()
public final double getTwistAngle()
Gets or sets the twist angle.
Returns: double
setTwistAngle(double value)
public final void setTwistAngle(double value)
Gets or sets the twist angle.