public class CadRevolvedSurface extends CadPlaneSurface
The Cad revolved surface.
Constructor and Description |
---|
CadRevolvedSurface()
Initializes a new instance of the
CadRevolvedSurface class. |
Modifier and Type | Method and Description |
---|---|
Cad3DPoint |
getAxisPoint()
Gets or sets the axis point.
|
Cad3DPoint |
getAxisVector()
Gets or sets the axis vector.
|
int |
getBinaryDataSize()
Gets or sets the size of the binary data.
|
boolean |
getCloseToAxisFlag()
Gets or sets a value indicating whether close to axis flag.
|
double |
getDraftAngle()
Gets or sets the draft angle.
|
double |
getEndDraftDistance()
Gets or sets the end draft distance.
|
int |
getIdOfRevolveEntity()
Gets or sets the id of revolve
|
double |
getRevolveAngle()
Gets or sets the revolve angle.
|
byte[] |
getRevolvedSurfaceBinaryData()
Gets or sets the revolved surface binary data.
|
boolean |
getSolidFlag()
Gets or sets a value indicating whether solid flag.
|
double |
getStartAngle()
Gets or sets the start angle.
|
double |
getStartDraftDistance()
Gets or sets the start draft distance.
|
List<Double> |
getTransformMatrix()
Gets or sets the transform matrix.
|
double |
getTwistAngle()
Gets or sets the twist angle.
|
int |
getTypeName()
Gets the name of the type.
|
void |
setAxisPoint(Cad3DPoint value)
Gets or sets the axis point.
|
void |
setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
|
void |
setBinaryDataSize(int value)
Gets or sets the size of the binary data.
|
void |
setCloseToAxisFlag(boolean value)
Gets or sets a value indicating whether close to axis flag.
|
void |
setDraftAngle(double value)
Gets or sets the draft angle.
|
void |
setEndDraftDistance(double value)
Gets or sets the end draft distance.
|
void |
setIdOfRevolveEntity(int value)
Gets or sets the id of revolve
|
void |
setRevolveAngle(double value)
Gets or sets the revolve angle.
|
void |
setRevolvedSurfaceBinaryData(byte[] value)
Gets or sets the revolved surface binary data.
|
void |
setSolidFlag(boolean value)
Gets or sets a value indicating whether solid flag.
|
void |
setStartAngle(double value)
Gets or sets the start angle.
|
void |
setStartDraftDistance(double value)
Gets or sets the start draft distance.
|
void |
setTransformMatrix(List<Double> value)
Gets or sets the 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 CadRevolvedSurface()
Initializes a new instance of the CadRevolvedSurface
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadPlaneSurface
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 Cad3DPoint getAxisPoint()
Gets or sets the axis point.
public final void setAxisPoint(Cad3DPoint value)
Gets or sets the axis point.
public final Cad3DPoint getAxisVector()
Gets or sets the axis vector.
public final void setAxisVector(Cad3DPoint value)
Gets or sets the axis vector.
public final byte[] getRevolvedSurfaceBinaryData()
Gets or sets the revolved surface binary data.
public final void setRevolvedSurfaceBinaryData(byte[] value)
Gets or sets the revolved surface binary data.
value
- The revolved surface binary data.public final boolean getCloseToAxisFlag()
Gets or sets a value indicating whether close to axis flag.
public final void setCloseToAxisFlag(boolean value)
Gets or sets a value indicating whether close to axis flag.
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 int getIdOfRevolveEntity()
Gets or sets the id of revolve
public final void setIdOfRevolveEntity(int value)
Gets or sets the id of revolve
public final double getRevolveAngle()
Gets or sets the revolve angle.
public final void setRevolveAngle(double value)
Gets or sets the revolve angle.
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 getStartAngle()
Gets or sets the start angle.
public final void setStartAngle(double value)
Gets or sets the start angle.
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 double getTwistAngle()
Gets or sets the twist angle.
public final void setTwistAngle(double value)
Gets or sets the twist angle.