CadShape
Inheritance: java.lang.Object, CadBaseExtrudedEntity
The Cad surface.
Constructors
| Constructor | Description |
|---|---|
| CadShape() | Initializes a new instance of the CadShape class. |
Methods
| Method | Description |
|---|---|
| getTypeName() | Gets the name of the type. |
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getInsertionPoint() | Gets or sets the insertion point. |
| setInsertionPoint(Cad3DPoint value) | Gets or sets the insertion point. |
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getObliqueAngle() | Gets or sets the oblique angle. |
| setObliqueAngle(double value) | Gets or sets the oblique angle. |
| getRotationAngle() | Gets or sets the rotation angle. |
| setRotationAngle(double value) | Gets or sets the rotation angle. |
| getSize() | Gets or sets the size. |
| setSize(double value) | Gets or sets the size. |
| getThickness() | Gets or sets the thickness. |
| setThickness(double value) | Gets or sets the thickness. |
| getXScale() | Gets or sets the x scale. |
| setXScale(double value) | Gets or sets the x scale. |
CadShape()
public CadShape()
Initializes a new instance of the CadShape class.
getTypeName()
public int getTypeName()
Gets the name of the type.
Returns: int - The name of the type.
getExtrusionDirection()
public Cad3DPoint getExtrusionDirection()
Gets or sets the extrusion direction.
Returns: Cad3DPoint
setExtrusionDirection(Cad3DPoint value)
public void setExtrusionDirection(Cad3DPoint value)
Gets or sets the extrusion direction.
getInsertionPoint()
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point.
Returns: Cad3DPoint
setInsertionPoint(Cad3DPoint value)
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point.
getName()
public final String getName()
Gets or sets the name.
Returns: String
setName(String value)
public final void setName(String value)
Gets or sets the name.
getObliqueAngle()
public final double getObliqueAngle()
Gets or sets the oblique angle.
Returns: double
setObliqueAngle(double value)
public final void setObliqueAngle(double value)
Gets or sets the oblique angle.
getRotationAngle()
public final double getRotationAngle()
Gets or sets the rotation angle.
Returns: double
setRotationAngle(double value)
public final void setRotationAngle(double value)
Gets or sets the rotation angle.
getSize()
public final double getSize()
Gets or sets the size.
Returns: double
setSize(double value)
public final void setSize(double value)
Gets or sets the size.
getThickness()
public final double getThickness()
Gets or sets the thickness.
Returns: double
setThickness(double value)
public final void setThickness(double value)
Gets or sets the thickness.
getXScale()
public final double getXScale()
Gets or sets the x scale.
Returns: double
setXScale(double value)
public final void setXScale(double value)
Gets or sets the x scale.