public class CadSweptSurface extends CadPlaneSurface
The Cad swept surface.
Constructor and Description |
---|
CadSweptSurface()
Initializes a new instance of the
CadSweptSurface class. |
Modifier and Type | Method and Description |
---|---|
double |
getAlignAngle()
Gets or sets the align angle.
|
boolean |
getAlignStartFlag()
Gets or sets a value indicating whether align start flag.
|
boolean |
getBankFlag()
Gets or sets a value indicating whether bank flag.
|
boolean |
getBasePointSetFlag()
Gets or sets a value indicating whether base point set flag.
|
double |
getDraftAngle()
Gets or sets the draft angle.
|
double |
getDraftEndDistance()
Gets or sets the draft end distance.
|
double |
getDraftStartDistance()
Gets or sets the draft start distance.
|
int |
getPathEntityID()
Gets or sets the id of path
|
boolean |
getPathEntityTransformComutedFlag()
Gets or sets a value indicating whether path entity transform commuted flag.
|
List<Double> |
getPathTransformMatrix()
Gets or sets the path transform matrix.
|
List<Double> |
getPathTransformMatrix2()
Gets or sets the path transform matrix 2.
|
byte[] |
getProprietaryBinaryData()
Gets or sets the path binary data.
|
int |
getProprietaryBinaryDataSize()
Gets or sets the path binary data size.
|
double |
getScaleFactor()
Gets or sets the scale factor.
|
boolean |
getSolidFlag()
Gets or sets a value indicating whether solid flag.
|
short |
getSweepAlignment()
Gets or sets a value indicating whether sweep alignment.
|
byte[] |
getSweepBinaryData()
Gets or sets the sweep binary data.
|
int |
getSweepBinaryDataSize()
Gets or sets the sweep binary data size.
|
boolean |
getSweepEntityTransformCommutedFlag()
Gets or sets a value indicating whether sweep entity transform commuted flag.
|
List<Double> |
getSweepTransformMatrix()
Gets or sets the sweep transform matrix.
|
List<Double> |
getSweepTransformMatrix2()
Gets or sets the sweep transform matrix 2.
|
int |
getSweptEntityId()
Gets or sets the id of swept
|
double |
getTwistAngle()
Gets or sets the twist angle.
|
Cad3DPoint |
getTwistControlVector()
Gets or sets the twist control vector.
|
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 a value indicating whether align start flag.
|
void |
setBankFlag(boolean value)
Gets or sets a value indicating whether bank flag.
|
void |
setBasePointSetFlag(boolean value)
Gets or sets a value indicating whether base point set flag.
|
void |
setDraftAngle(double value)
Gets or sets the draft angle.
|
void |
setDraftEndDistance(double value)
Gets or sets the draft end distance.
|
void |
setDraftStartDistance(double value)
Gets or sets the draft start distance.
|
void |
setPathEntityID(int value)
Gets or sets the id of path
|
void |
setPathEntityTransformComutedFlag(boolean value)
Gets or sets a value indicating whether path entity transform commuted flag.
|
void |
setPathTransformMatrix(List<Double> value)
Gets or sets the path transform matrix.
|
void |
setPathTransformMatrix2(List<Double> value)
Gets or sets the path transform matrix 2.
|
void |
setProprietaryBinaryData(byte[] value)
Gets or sets the path binary data.
|
void |
setProprietaryBinaryDataSize(int value)
Gets or sets the path binary data size.
|
void |
setScaleFactor(double value)
Gets or sets the scale factor.
|
void |
setSolidFlag(boolean value)
Gets or sets a value indicating whether solid flag.
|
void |
setSweepAlignment(short value)
Gets or sets a value indicating whether sweep alignment.
|
void |
setSweepBinaryData(byte[] value)
Gets or sets the sweep binary data.
|
void |
setSweepBinaryDataSize(int value)
Gets or sets the sweep binary data size.
|
void |
setSweepEntityTransformCommutedFlag(boolean value)
Gets or sets a value indicating whether sweep entity transform commuted flag.
|
void |
setSweepTransformMatrix(List<Double> value)
Gets or sets the sweep transform matrix.
|
void |
setSweepTransformMatrix2(List<Double> value)
Gets or sets the sweep transform matrix 2.
|
void |
setSweptEntityId(int value)
Gets or sets the id of swept
|
void |
setTwistAngle(double value)
Gets or sets the twist angle.
|
void |
setTwistControlVector(Cad3DPoint value)
Gets or sets the twist control vector.
|
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 CadSweptSurface()
Initializes a new instance of the CadSweptSurface
class.
public int getTypeName()
Gets the name of the type.
getTypeName
in class CadPlaneSurface
public final double getAlignAngle()
Gets or sets the align angle.
public final void setAlignAngle(double value)
Gets or sets the align angle.
public final boolean getAlignStartFlag()
Gets or sets a value indicating whether align start flag.
public final void setAlignStartFlag(boolean value)
Gets or sets a value indicating whether align start flag.
public final boolean getBankFlag()
Gets or sets a value indicating whether bank flag.
public final void setBankFlag(boolean value)
Gets or sets a value indicating whether bank flag.
public final boolean getBasePointSetFlag()
Gets or sets a value indicating whether base point set flag.
public final void setBasePointSetFlag(boolean value)
Gets or sets a value indicating whether base point set 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 getDraftEndDistance()
Gets or sets the draft end distance.
public final void setDraftEndDistance(double value)
Gets or sets the draft end distance.
public final double getDraftStartDistance()
Gets or sets the draft start distance.
public final void setDraftStartDistance(double value)
Gets or sets the draft start distance.
public final int getPathEntityID()
Gets or sets the id of path
public final void setPathEntityID(int value)
Gets or sets the id of path
public final int getSweptEntityId()
Gets or sets the id of swept
public final void setSweptEntityId(int value)
Gets or sets the id of swept
public final byte[] getProprietaryBinaryData()
Gets or sets the path binary data.
public final void setProprietaryBinaryData(byte[] value)
Gets or sets the path binary data.
public final int getProprietaryBinaryDataSize()
Gets or sets the path binary data size.
public final void setProprietaryBinaryDataSize(int value)
Gets or sets the path binary data size.
public final boolean getPathEntityTransformComutedFlag()
Gets or sets a value indicating whether path entity transform commuted flag.
public final void setPathEntityTransformComutedFlag(boolean value)
Gets or sets a value indicating whether path entity transform commuted flag.
public final List<Double> getPathTransformMatrix()
Gets or sets the path transform matrix.
public final void setPathTransformMatrix(List<Double> value)
Gets or sets the path transform matrix.
public final List<Double> getPathTransformMatrix2()
Gets or sets the path transform matrix 2.
public final void setPathTransformMatrix2(List<Double> value)
Gets or sets the path transform matrix 2.
public final double getScaleFactor()
Gets or sets the scale factor.
public final void setScaleFactor(double value)
Gets or sets the scale factor.
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 short getSweepAlignment()
Gets or sets a value indicating whether sweep alignment.
public final void setSweepAlignment(short value)
Gets or sets a value indicating whether sweep alignment.
public final byte[] getSweepBinaryData()
Gets or sets the sweep binary data.
public final void setSweepBinaryData(byte[] value)
Gets or sets the sweep binary data.
public final int getSweepBinaryDataSize()
Gets or sets the sweep binary data size.
public final void setSweepBinaryDataSize(int value)
Gets or sets the sweep binary data size.
public final boolean getSweepEntityTransformCommutedFlag()
Gets or sets a value indicating whether sweep entity transform commuted flag.
public final void setSweepEntityTransformCommutedFlag(boolean value)
Gets or sets a value indicating whether sweep entity transform commuted flag.
public final List<Double> getSweepTransformMatrix()
Gets or sets the sweep transform matrix.
public final void setSweepTransformMatrix(List<Double> value)
Gets or sets the sweep transform matrix.
public final List<Double> getSweepTransformMatrix2()
Gets or sets the sweep transform matrix 2.
public final void setSweepTransformMatrix2(List<Double> value)
Gets or sets the sweep transform matrix 2.
public final double getTwistAngle()
Gets or sets the twist angle.
public final void setTwistAngle(double value)
Gets or sets the twist angle.
public final Cad3DPoint getTwistControlVector()
Gets or sets the twist control vector.
public final void setTwistControlVector(Cad3DPoint value)
Gets or sets the twist control vector.