CadLoftedSurface
Inheritance: java.lang.Object, CadPlaneSurface
The Cad lofted surface.
Constructors
| Constructor | Description |
|---|---|
| CadLoftedSurface() | Initializes a new instance of the CadLoftedSurface class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getAlignDirectionFlag() | Gets or sets a value indicating whether align direction flag. |
| setAlignDirectionFlag(boolean value) | Gets or sets a value indicating whether align direction flag. |
| getArcLengthParamFlag() | Gets or sets a value indicating whether arc length parameter flag. |
| setArcLengthParamFlag(boolean value) | Gets or sets a value indicating whether arc length parameter flag. |
| getClosedSurfaceFlag() | Gets or sets a value indicating whether closed surface flag. |
| setClosedSurfaceFlag(boolean value) | Gets or sets a value indicating whether closed surface flag. |
| getEndDraftAngle() | Gets or sets the end draft angle. |
| setEndDraftAngle(double value) | Gets or sets the end draft angle. |
| getEndDraftMagnitude() | Gets or sets the end draft magnitude. |
| setEndDraftMagnitude(double value) | Gets or sets the end draft magnitude. |
| getTwistFlag() | Gets or sets a value indicating whether twist flag. |
| setTwistFlag(boolean value) | Gets or sets a value indicating whether twist flag. |
| getPlaneNormalType() | Gets or sets the plane normal type. |
| setPlaneNormalType(short value) | Gets or sets the plane normal type. |
| getRuledSurfaceFlag() | Gets or sets a value indicating whether ruled surface flag. |
| setRuledSurfaceFlag(boolean value) | Gets or sets a value indicating whether ruled surface flag. |
| getSimpleSurfaceFlag() | Gets or sets a value indicating whether simple surface flag. |
| setSimpleSurfaceFlag(boolean value) | Gets or sets a value indicating whether simple surface flag. |
| getSolidFlag() | Gets or sets a value indicating whether solid flag. |
| setSolidFlag(boolean value) | Gets or sets a value indicating whether solid flag. |
| getStartDraftAngle() | Gets or sets the start draft angle. |
| setStartDraftAngle(double value) | Gets or sets the start draft angle. |
| getStartDraftMagnitude() | Gets or sets the start draft magnitude. |
| setStartDraftMagnitude(double value) | Gets or sets the start draft magnitude. |
| getTransformMatrix() | Gets or sets the transform matrix. |
| setTransformMatrix(List | Gets or sets the transform matrix. |
| getVirtualGuideFlag() | Gets or sets a value indicating whether virtual guide flag. |
| setVirtualGuideFlag(boolean value) | Gets or sets a value indicating whether virtual guide flag. |
CadLoftedSurface()
public CadLoftedSurface()
Initializes a new instance of the CadLoftedSurface class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getAlignDirectionFlag()
public final boolean getAlignDirectionFlag()
Gets or sets a value indicating whether align direction flag.
Returns: boolean
setAlignDirectionFlag(boolean value)
public final void setAlignDirectionFlag(boolean value)
Gets or sets a value indicating whether align direction flag.
getArcLengthParamFlag()
public final boolean getArcLengthParamFlag()
Gets or sets a value indicating whether arc length parameter flag.
Returns: boolean
setArcLengthParamFlag(boolean value)
public final void setArcLengthParamFlag(boolean value)
Gets or sets a value indicating whether arc length parameter flag.
getClosedSurfaceFlag()
public final boolean getClosedSurfaceFlag()
Gets or sets a value indicating whether closed surface flag.
Returns: boolean
setClosedSurfaceFlag(boolean value)
public final void setClosedSurfaceFlag(boolean value)
Gets or sets a value indicating whether closed surface flag.
getEndDraftAngle()
public final double getEndDraftAngle()
Gets or sets the end draft angle.
Returns: double
setEndDraftAngle(double value)
public final void setEndDraftAngle(double value)
Gets or sets the end draft angle.
getEndDraftMagnitude()
public final double getEndDraftMagnitude()
Gets or sets the end draft magnitude.
Returns: double
setEndDraftMagnitude(double value)
public final void setEndDraftMagnitude(double value)
Gets or sets the end draft magnitude.
getTwistFlag()
public final boolean getTwistFlag()
Gets or sets a value indicating whether twist flag.
Returns: boolean
setTwistFlag(boolean value)
public final void setTwistFlag(boolean value)
Gets or sets a value indicating whether twist flag.
getPlaneNormalType()
public final short getPlaneNormalType()
Gets or sets the plane normal type.
Returns: short
setPlaneNormalType(short value)
public final void setPlaneNormalType(short value)
Gets or sets the plane normal type.
getRuledSurfaceFlag()
public final boolean getRuledSurfaceFlag()
Gets or sets a value indicating whether ruled surface flag.
Returns: boolean
setRuledSurfaceFlag(boolean value)
public final void setRuledSurfaceFlag(boolean value)
Gets or sets a value indicating whether ruled surface flag.
getSimpleSurfaceFlag()
public final boolean getSimpleSurfaceFlag()
Gets or sets a value indicating whether simple surface flag.
Returns: boolean
setSimpleSurfaceFlag(boolean value)
public final void setSimpleSurfaceFlag(boolean value)
Gets or sets a value indicating whether simple surface flag.
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.
getStartDraftAngle()
public final double getStartDraftAngle()
Gets or sets the start draft angle.
Returns: double
setStartDraftAngle(double value)
public final void setStartDraftAngle(double value)
Gets or sets the start draft angle.
getStartDraftMagnitude()
public final double getStartDraftMagnitude()
Gets or sets the start draft magnitude.
Returns: double
setStartDraftMagnitude(double value)
public final void setStartDraftMagnitude(double value)
Gets or sets the start draft magnitude.
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.
getVirtualGuideFlag()
public final boolean getVirtualGuideFlag()
Gets or sets a value indicating whether virtual guide flag.
Returns: boolean
setVirtualGuideFlag(boolean value)
public final void setVirtualGuideFlag(boolean value)
Gets or sets a value indicating whether virtual guide flag.