CadUcsTableObject
Inheritance: java.lang.Object, CadBaseOwned
ucsPorts table class
Constructors
| Constructor | Description |
|---|---|
| CadUcsTableObject() | Initializes a new instance of the CadUcsTableObject class. |
Methods
| Method | Description |
|---|---|
| getName() | Gets or sets the name. |
| setName(String value) | Gets or sets the name. |
| getStandardFlagValues() | Gets or sets the standard flag values. |
| setStandardFlagValues(short value) | Gets or sets the standard flag values. |
| getOrigin() | Gets or sets the origin. |
| setOrigin(Cad3DPoint value) | Gets or sets the origin. |
| getDirectionX() | Gets or sets the direction x. |
| setDirectionX(Cad3DPoint value) | Gets or sets the direction x. |
| getDirectionY() | Gets or sets the direction y. |
| setDirectionY(Cad3DPoint value) | Gets or sets the direction y. |
| getElevation() | Gets or sets the elevation. |
| setElevation(double value) | Gets or sets the elevation. |
| getBaseUCSHandle() | Gets or sets the base ucs handle. |
| setBaseUCSHandle(String value) | Gets or sets the base ucs handle. |
| getOrthographicType() | Gets or sets the type of the orthographic. |
| setOrthographicType(Short value) | Gets or sets the type of the orthographic. |
| getOrthographicTypeOrigin() | Gets or sets the orthographic type origin. |
| setOrthographicTypeOrigin(Cad3DPoint value) | Gets or sets the orthographic type origin. |
CadUcsTableObject()
public CadUcsTableObject()
Initializes a new instance of the CadUcsTableObject class.
getName()
public final String getName()
Gets or sets the name.
Returns: String - The name.
setName(String value)
public final void setName(String value)
Gets or sets the name.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The name. |
getStandardFlagValues()
public final short getStandardFlagValues()
Gets or sets the standard flag values.
Returns: short - The standard flag values.
setStandardFlagValues(short value)
public final void setStandardFlagValues(short value)
Gets or sets the standard flag values.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | short | The standard flag values. |
getOrigin()
public final Cad3DPoint getOrigin()
Gets or sets the origin.
Returns: Cad3DPoint - The origin.
setOrigin(Cad3DPoint value)
public final void setOrigin(Cad3DPoint value)
Gets or sets the origin.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The origin. |
getDirectionX()
public final Cad3DPoint getDirectionX()
Gets or sets the direction x.
Returns: Cad3DPoint - The direction x.
setDirectionX(Cad3DPoint value)
public final void setDirectionX(Cad3DPoint value)
Gets or sets the direction x.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The direction x. |
getDirectionY()
public final Cad3DPoint getDirectionY()
Gets or sets the direction y.
Returns: Cad3DPoint - The direction y.
setDirectionY(Cad3DPoint value)
public final void setDirectionY(Cad3DPoint value)
Gets or sets the direction y.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The direction y. |
getElevation()
public final double getElevation()
Gets or sets the elevation.
Returns: double - The elevation.
setElevation(double value)
public final void setElevation(double value)
Gets or sets the elevation.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double | The elevation. |
getBaseUCSHandle()
public final String getBaseUCSHandle()
Gets or sets the base ucs handle.
Returns: String - The base ucs handle.
setBaseUCSHandle(String value)
public final void setBaseUCSHandle(String value)
Gets or sets the base ucs handle.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | String | The base ucs handle. |
getOrthographicType()
public final Short getOrthographicType()
Gets or sets the type of the orthographic.
Returns: Short - The type of the orthographic.
setOrthographicType(Short value)
public final void setOrthographicType(Short value)
Gets or sets the type of the orthographic.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Short | The type of the orthographic. |
getOrthographicTypeOrigin()
public final Cad3DPoint getOrthographicTypeOrigin()
Gets or sets the orthographic type origin.
Returns: Cad3DPoint - The orthographic type origin.
setOrthographicTypeOrigin(Cad3DPoint value)
public final void setOrthographicTypeOrigin(Cad3DPoint value)
Gets or sets the orthographic type origin.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Cad3DPoint | The orthographic type origin. |