public class CadLoftedSurface extends CadPlaneSurface
The Cad lofted surface.
Constructor and Description |
---|
CadLoftedSurface()
Initializes a new instance of the
CadLoftedSurface class. |
Modifier and Type | Method and Description |
---|---|
boolean |
getAlignDirectionFlag()
Gets or sets a value indicating whether align direction flag.
|
boolean |
getArcLengthParamFlag()
Gets or sets a value indicating whether arc length parameter flag.
|
boolean |
getClosedSurfaceFlag()
Gets or sets a value indicating whether closed surface flag.
|
double |
getEndDraftAngle()
Gets or sets the end draft angle.
|
double |
getEndDraftMagnitude()
Gets or sets the end draft magnitude.
|
short |
getPlaneNormalType()
Gets or sets the plane normal type.
|
boolean |
getRuledSurfaceFlag()
Gets or sets a value indicating whether ruled surface flag.
|
boolean |
getSimpleSurfaceFlag()
Gets or sets a value indicating whether simple surface flag.
|
boolean |
getSolidFlag()
Gets or sets a value indicating whether solid flag.
|
double |
getStartDraftAngle()
Gets or sets the start draft angle.
|
double |
getStartDraftMagnitude()
Gets or sets the start draft magnitude.
|
List<Double> |
getTransformMatrix()
Gets or sets the transform matrix.
|
boolean |
getTwistFlag()
Gets or sets a value indicating whether twist flag.
|
int |
getTypeName()
Gets the name of the type.
|
boolean |
getVirtualGuideFlag()
Gets or sets a value indicating whether virtual guide flag.
|
void |
setAlignDirectionFlag(boolean value)
Gets or sets a value indicating whether align direction flag.
|
void |
setArcLengthParamFlag(boolean value)
Gets or sets a value indicating whether arc length parameter flag.
|
void |
setClosedSurfaceFlag(boolean value)
Gets or sets a value indicating whether closed surface flag.
|
void |
setEndDraftAngle(double value)
Gets or sets the end draft angle.
|
void |
setEndDraftMagnitude(double value)
Gets or sets the end draft magnitude.
|
void |
setPlaneNormalType(short value)
Gets or sets the plane normal type.
|
void |
setRuledSurfaceFlag(boolean value)
Gets or sets a value indicating whether ruled surface flag.
|
void |
setSimpleSurfaceFlag(boolean value)
Gets or sets a value indicating whether simple surface flag.
|
void |
setSolidFlag(boolean value)
Gets or sets a value indicating whether solid flag.
|
void |
setStartDraftAngle(double value)
Gets or sets the start draft angle.
|
void |
setStartDraftMagnitude(double value)
Gets or sets the start draft magnitude.
|
void |
setTransformMatrix(List<Double> value)
Gets or sets the transform matrix.
|
void |
setTwistFlag(boolean value)
Gets or sets a value indicating whether twist flag.
|
void |
setVirtualGuideFlag(boolean value)
Gets or sets a value indicating whether virtual guide flag.
|
getCountIsolinesU, getCountIsolinesV, getModelerFormatVersion, setCountIsolinesU, setCountIsolinesV, setModelerFormatVersion
getProprietaryData, getProprietaryDataParameterList, initProprietaryData, setProprietaryDataParameterList
getBounds, getChildObjects, getColorId, getColorName, getColorValue, getEntmode, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getMaterialHandle, getNumreactors, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorId, setColorName, setColorValue, setEntmode, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setMaterialHandle, setNoLinks, setNumreactors, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlag
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadLoftedSurface()
Initializes a new instance of the CadLoftedSurface
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadPlaneSurface
public final boolean getAlignDirectionFlag()
Gets or sets a value indicating whether align direction flag.
public final void setAlignDirectionFlag(boolean value)
Gets or sets a value indicating whether align direction flag.
public final boolean getArcLengthParamFlag()
Gets or sets a value indicating whether arc length parameter flag.
public final void setArcLengthParamFlag(boolean value)
Gets or sets a value indicating whether arc length parameter flag.
public final boolean getClosedSurfaceFlag()
Gets or sets a value indicating whether closed surface flag.
public final void setClosedSurfaceFlag(boolean value)
Gets or sets a value indicating whether closed surface flag.
public final double getEndDraftAngle()
Gets or sets the end draft angle.
public final void setEndDraftAngle(double value)
Gets or sets the end draft angle.
public final double getEndDraftMagnitude()
Gets or sets the end draft magnitude.
public final void setEndDraftMagnitude(double value)
Gets or sets the end draft magnitude.
public final boolean getTwistFlag()
Gets or sets a value indicating whether twist flag.
public final void setTwistFlag(boolean value)
Gets or sets a value indicating whether twist flag.
public final short getPlaneNormalType()
Gets or sets the plane normal type.
public final void setPlaneNormalType(short value)
Gets or sets the plane normal type.
public final boolean getRuledSurfaceFlag()
Gets or sets a value indicating whether ruled surface flag.
public final void setRuledSurfaceFlag(boolean value)
Gets or sets a value indicating whether ruled surface flag.
public final boolean getSimpleSurfaceFlag()
Gets or sets a value indicating whether simple surface flag.
public final void setSimpleSurfaceFlag(boolean value)
Gets or sets a value indicating whether simple surface flag.
public final boolean getSolidFlag()
Gets or sets a value indicating whether solid flag.
public final void setSolidFlag(boolean value)
Gets or sets a value indicating whether solid flag.
public final double getStartDraftAngle()
Gets or sets the start draft angle.
public final void setStartDraftAngle(double value)
Gets or sets the start draft angle.
public final double getStartDraftMagnitude()
Gets or sets the start draft magnitude.
public final void setStartDraftMagnitude(double value)
Gets or sets the start draft magnitude.
public final List<Double> getTransformMatrix()
Gets or sets the transform matrix.
public final void setTransformMatrix(List<Double> value)
Gets or sets the transform matrix.
public final boolean getVirtualGuideFlag()
Gets or sets a value indicating whether virtual guide flag.
public final void setVirtualGuideFlag(boolean value)
Gets or sets a value indicating whether virtual guide flag.