CadRevolvedSurface
Inheritance: java.lang.Object, CadPlaneSurface
The Cad revolved surface.
Constructors
| Constructor | Description |
|---|---|
| CadRevolvedSurface() | Initializes a new instance of the CadRevolvedSurface class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getBinaryDataSize() | Gets or sets the size of the binary data. |
| setBinaryDataSize(int value) | Gets or sets the size of the binary data. |
| getAxisPoint() | Gets or sets the axis point. |
| setAxisPoint(Cad3DPoint value) | Gets or sets the axis point. |
| getAxisVector() | Gets or sets the axis vector. |
| setAxisVector(Cad3DPoint value) | Gets or sets the axis vector. |
| getRevolvedSurfaceBinaryData() | Gets or sets the revolved surface binary data. |
| setRevolvedSurfaceBinaryData(byte[] value) | Gets or sets the revolved surface binary data. |
| getCloseToAxisFlag() | Gets or sets a value indicating whether close to axis flag. |
| setCloseToAxisFlag(boolean value) | Gets or sets a value indicating whether close to axis flag. |
| 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. |
| getIdOfRevolveEntity() | Gets or sets the id of revolve |
| setIdOfRevolveEntity(int value) | Gets or sets the id of revolve |
| getRevolveAngle() | Gets or sets the revolve angle. |
| setRevolveAngle(double value) | Gets or sets the revolve angle. |
| getSolidFlag() | Gets or sets a value indicating whether solid flag. |
| setSolidFlag(boolean value) | Gets or sets a value indicating whether solid flag. |
| getStartAngle() | Gets or sets the start angle. |
| setStartAngle(double value) | Gets or sets the start angle. |
| 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. |
| getTwistAngle() | Gets or sets the twist angle. |
| setTwistAngle(double value) | Gets or sets the twist angle. |
CadRevolvedSurface()
public CadRevolvedSurface()
Initializes a new instance of the CadRevolvedSurface class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
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. |
getAxisPoint()
public final Cad3DPoint getAxisPoint()
Gets or sets the axis point.
Returns: Cad3DPoint
setAxisPoint(Cad3DPoint value)
public final void setAxisPoint(Cad3DPoint value)
Gets or sets the axis point.
getAxisVector()
public final Cad3DPoint getAxisVector()
Gets or sets the axis vector.
Returns: Cad3DPoint
setAxisVector(Cad3DPoint value)
public final void setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
getRevolvedSurfaceBinaryData()
public final byte[] getRevolvedSurfaceBinaryData()
Gets or sets the revolved surface binary data.
Returns: byte[] - The revolved surface binary data.
setRevolvedSurfaceBinaryData(byte[] value)
public final void setRevolvedSurfaceBinaryData(byte[] value)
Gets or sets the revolved surface binary data.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | The revolved surface binary data. |
getCloseToAxisFlag()
public final boolean getCloseToAxisFlag()
Gets or sets a value indicating whether close to axis flag.
Returns: boolean
setCloseToAxisFlag(boolean value)
public final void setCloseToAxisFlag(boolean value)
Gets or sets a value indicating whether close to axis flag.
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.
getIdOfRevolveEntity()
public final int getIdOfRevolveEntity()
Gets or sets the id of revolve
Returns: int
setIdOfRevolveEntity(int value)
public final void setIdOfRevolveEntity(int value)
Gets or sets the id of revolve
getRevolveAngle()
public final double getRevolveAngle()
Gets or sets the revolve angle.
Returns: double
setRevolveAngle(double value)
public final void setRevolveAngle(double value)
Gets or sets the revolve angle.
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.
getStartAngle()
public final double getStartAngle()
Gets or sets the start angle.
Returns: double
setStartAngle(double value)
public final void setStartAngle(double value)
Gets or sets the start angle.
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.
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.