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