CadUnderlay
Inheritance: java.lang.Object, CadBaseExtrudedEntity
Class describing CadUnderlay
Constructors
| Constructor | Description |
|---|---|
| CadUnderlay() | Initializes a new instance of the CadUnderlay class. |
Methods
| Method | Description |
|---|---|
| getExtrusionDirection() | Gets or sets the extrusion direction. |
| setExtrusionDirection(Cad3DPoint value) | Gets or sets the extrusion direction. |
| getAcDbUnderlayDefinitionObjectId() | Gets or sets the ac database underlay definition object identifier. |
| setAcDbUnderlayDefinitionObjectId(String value) | Gets or sets the ac database underlay definition object identifier. |
| getContrast() | Gets or sets the contrast. |
| setContrast(short value) | Gets or sets the contrast. |
| getFade() | Gets or sets the fade. |
| setFade(short value) | Gets or sets the fade. |
| getPoints2d() | Gets or sets the points2d. |
| setPoints2d(List | Gets or sets the points2d. |
| getInsertionPoint() | Gets or sets the insertion point . |
| setInsertionPoint(Cad3DPoint value) | Gets or sets the insertion point . |
| getRotationAngle() | Gets or sets the rotation angle. |
| setRotationAngle(double value) | Gets or sets the rotation angle. |
| getUnderlayPath() | Gets or sets the underlay path. |
| setUnderlayPath(String value) | Gets or sets the underlay path. |
| getUnderlayName() | Gets or sets the name of the underlay. |
| setUnderlayName(String value) | Gets or sets the name of the underlay. |
| getScaleX() | Gets or sets the scale x. |
| setScaleX(double value) | Gets or sets the scale x. |
| getScaleY() | Gets or sets the scale y. |
| setScaleY(double value) | Gets or sets the scale y. |
| getScaleZ() | Gets or sets the scale z. |
| setScaleZ(double value) | Gets or sets the scale z. |
| getFlags() | Gets or sets the flags. |
| setFlags(int value) | Gets or sets the flags. |
CadUnderlay()
public CadUnderlay()
Initializes a new instance of the CadUnderlay class.
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.
getAcDbUnderlayDefinitionObjectId()
public final String getAcDbUnderlayDefinitionObjectId()
Gets or sets the ac database underlay definition object identifier.
Returns: String - The ac database underlay definition object identifier.
setAcDbUnderlayDefinitionObjectId(String value)
public final void setAcDbUnderlayDefinitionObjectId(String value)
Gets or sets the ac database underlay definition object identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The ac database underlay definition object identifier. |
getContrast()
public final short getContrast()
Gets or sets the contrast.
Returns: short - The contrast.
setContrast(short value)
public final void setContrast(short value)
Gets or sets the contrast.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The contrast. |
getFade()
public final short getFade()
Gets or sets the fade.
Returns: short - The fade.
setFade(short value)
public final void setFade(short value)
Gets or sets the fade.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The fade. |
getPoints2d()
public final List<Cad2DPoint> getPoints2d()
Gets or sets the points2d.
Returns: List
setPoints2d(List value)
public final void setPoints2d(List<Cad2DPoint> value)
Gets or sets the points2d.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The points2d. |
getInsertionPoint()
public final Cad3DPoint getInsertionPoint()
Gets or sets the insertion point .
Returns: Cad3DPoint - The insertion point.
setInsertionPoint(Cad3DPoint value)
public final void setInsertionPoint(Cad3DPoint value)
Gets or sets the insertion point .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The insertion point. |
getRotationAngle()
public final double getRotationAngle()
Gets or sets the rotation angle.
Returns: double - The rotation angle.
setRotationAngle(double value)
public final void setRotationAngle(double value)
Gets or sets the rotation angle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The rotation angle. |
getUnderlayPath()
public final String getUnderlayPath()
Gets or sets the underlay path.
Returns: String - The underlay path.
setUnderlayPath(String value)
public final void setUnderlayPath(String value)
Gets or sets the underlay path.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The underlay path. |
getUnderlayName()
public final String getUnderlayName()
Gets or sets the name of the underlay.
Returns: String - The name of the underlay.
setUnderlayName(String value)
public final void setUnderlayName(String value)
Gets or sets the name of the underlay.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name of the underlay. |
getScaleX()
public final double getScaleX()
Gets or sets the scale x.
Returns: double
setScaleX(double value)
public final void setScaleX(double value)
Gets or sets the scale x.
getScaleY()
public final double getScaleY()
Gets or sets the scale y.
Returns: double
setScaleY(double value)
public final void setScaleY(double value)
Gets or sets the scale y.
getScaleZ()
public final double getScaleZ()
Gets or sets the scale z.
Returns: double
setScaleZ(double value)
public final void setScaleZ(double value)
Gets or sets the scale z.
getFlags()
public final int getFlags()
Gets or sets the flags.
Returns: int - The flags.
setFlags(int value)
public final void setFlags(int value)
Gets or sets the flags.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int | The flags. |