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 |
---|---|
CadBoolParameter |
getAlignDirectionFlag()
Gets or sets a value indicating whether align direction flag.
|
CadBoolParameter |
getArcLengthParamFlag()
Gets or sets a value indicating whether arc length parameter flag.
|
CadBoolParameter |
getClosedSurfaceFlag()
Gets or sets a value indicating whether closed surface flag.
|
CadDoubleParameter |
getEndDraftAngle()
Gets or sets the end draft angle.
|
CadDoubleParameter |
getEndDraftMagnitude()
Gets or sets the end draft magnitude.
|
CadShortParameter |
getPlaneNormalType()
Gets or sets the plane normal type.
|
CadBoolParameter |
getRuledSurfaceFlag()
Gets or sets a value indicating whether ruled surface flag.
|
CadBoolParameter |
getSimpleSurfaceFlag()
Gets or sets a value indicating whether simple surface flag.
|
CadBoolParameter |
getSolidFlag()
Gets or sets a value indicating whether solid flag.
|
CadDoubleParameter |
getStartDraftAngle()
Gets or sets the start draft angle.
|
CadDoubleParameter |
getStartDraftMagnitude()
Gets or sets the start draft magnitude.
|
List<CadDoubleParameter> |
getTransformMatrix()
Gets or sets the transform matrix.
|
CadBoolParameter |
getTwistFlag()
Gets or sets a value indicating whether twist flag.
|
CadBoolParameter |
getVirtualGuideFlag()
Gets or sets a value indicating whether virtual guide flag.
|
void |
setAlignDirectionFlag(CadBoolParameter value)
Gets or sets a value indicating whether align direction flag.
|
void |
setArcLengthParamFlag(CadBoolParameter value)
Gets or sets a value indicating whether arc length parameter flag.
|
void |
setClosedSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether closed surface flag.
|
void |
setEndDraftAngle(CadDoubleParameter value)
Gets or sets the end draft angle.
|
void |
setEndDraftMagnitude(CadDoubleParameter value)
Gets or sets the end draft magnitude.
|
void |
setPlaneNormalType(CadShortParameter value)
Gets or sets the plane normal type.
|
void |
setRuledSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether ruled surface flag.
|
void |
setSimpleSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether simple surface flag.
|
void |
setSolidFlag(CadBoolParameter value)
Gets or sets a value indicating whether solid flag.
|
void |
setStartDraftAngle(CadDoubleParameter value)
Gets or sets the start draft angle.
|
void |
setStartDraftMagnitude(CadDoubleParameter value)
Gets or sets the start draft magnitude.
|
void |
setTransformMatrix(List<CadDoubleParameter> value)
Gets or sets the transform matrix.
|
void |
setTwistFlag(CadBoolParameter value)
Gets or sets a value indicating whether twist flag.
|
void |
setVirtualGuideFlag(CadBoolParameter value)
Gets or sets a value indicating whether virtual guide flag.
|
getCountIsolinesU, getCountIsolinesV, getModelerFormatVersion, setCountIsolinesU, setCountIsolinesV, setModelerFormatVersion
getProprietaryData, getProprietaryDataParameterList, initProprietaryData, setProprietaryDataParameterList
getAttribute160, getAttribute348, getChildObjects, getColorId, getColorName, getColorValue, getHyperlink, getLayerName, getLayoutTabName, getLineScale, getLineTypeName, getLineWeight, getMaterial, getPlotStyle, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getTransparency, getTypeName, getVisible, isColorIdSet, setAttribute160, setAttribute348, setChildObjects, setColorId, setColorName, setColorValue, setHyperlink, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setMaterial, setPlotStyle, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setTransparency, setVisible
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadLoftedSurface()
Initializes a new instance of the CadLoftedSurface
class.
public CadBoolParameter getAlignDirectionFlag()
Gets or sets a value indicating whether align direction flag.
public void setAlignDirectionFlag(CadBoolParameter value)
Gets or sets a value indicating whether align direction flag.
public CadBoolParameter getArcLengthParamFlag()
Gets or sets a value indicating whether arc length parameter flag.
public void setArcLengthParamFlag(CadBoolParameter value)
Gets or sets a value indicating whether arc length parameter flag.
public CadBoolParameter getClosedSurfaceFlag()
Gets or sets a value indicating whether closed surface flag.
public void setClosedSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether closed surface flag.
public CadDoubleParameter getEndDraftAngle()
Gets or sets the end draft angle.
public void setEndDraftAngle(CadDoubleParameter value)
Gets or sets the end draft angle.
public CadDoubleParameter getEndDraftMagnitude()
Gets or sets the end draft magnitude.
public void setEndDraftMagnitude(CadDoubleParameter value)
Gets or sets the end draft magnitude.
public CadBoolParameter getTwistFlag()
Gets or sets a value indicating whether twist flag.
public void setTwistFlag(CadBoolParameter value)
Gets or sets a value indicating whether twist flag.
public CadShortParameter getPlaneNormalType()
Gets or sets the plane normal type.
public void setPlaneNormalType(CadShortParameter value)
Gets or sets the plane normal type.
public CadBoolParameter getRuledSurfaceFlag()
Gets or sets a value indicating whether ruled surface flag.
public void setRuledSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether ruled surface flag.
public CadBoolParameter getSimpleSurfaceFlag()
Gets or sets a value indicating whether simple surface flag.
public void setSimpleSurfaceFlag(CadBoolParameter value)
Gets or sets a value indicating whether simple surface flag.
public CadBoolParameter getSolidFlag()
Gets or sets a value indicating whether solid flag.
public void setSolidFlag(CadBoolParameter value)
Gets or sets a value indicating whether solid flag.
public CadDoubleParameter getStartDraftAngle()
Gets or sets the start draft angle.
public void setStartDraftAngle(CadDoubleParameter value)
Gets or sets the start draft angle.
public CadDoubleParameter getStartDraftMagnitude()
Gets or sets the start draft magnitude.
public void setStartDraftMagnitude(CadDoubleParameter value)
Gets or sets the start draft magnitude.
public List<CadDoubleParameter> getTransformMatrix()
Gets or sets the transform matrix.
public void setTransformMatrix(List<CadDoubleParameter> value)
Gets or sets the transform matrix.
public CadBoolParameter getVirtualGuideFlag()
Gets or sets a value indicating whether virtual guide flag.
public void setVirtualGuideFlag(CadBoolParameter value)
Gets or sets a value indicating whether virtual guide flag.