public class CadUcsTableObject extends CadBaseOwned
ucsPorts table class
| Constructor and Description |
|---|
CadUcsTableObject()
Initializes a new instance of the
CadUcsTableObject class. |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUCSHandle()
Gets or sets the base ucs handle.
|
Cad3DPoint |
getDirectionX()
Gets or sets the direction x.
|
Cad3DPoint |
getDirectionY()
Gets or sets the direction y.
|
double |
getElevation()
Gets or sets the elevation.
|
String |
getName()
Gets or sets the name.
|
Cad3DPoint |
getOrigin()
Gets or sets the origin.
|
Short |
getOrthographicType()
Gets or sets the type of the orthographic.
|
Cad3DPoint |
getOrthographicTypeOrigin()
Gets or sets the orthographic type origin.
|
short |
getStandardFlagValues()
Gets or sets the standard flag values.
|
void |
setBaseUCSHandle(String value)
Gets or sets the base ucs handle.
|
void |
setDirectionX(Cad3DPoint value)
Gets or sets the direction x.
|
void |
setDirectionY(Cad3DPoint value)
Gets or sets the direction y.
|
void |
setElevation(double value)
Gets or sets the elevation.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setOrigin(Cad3DPoint value)
Gets or sets the origin.
|
void |
setOrthographicType(Short value)
Gets or sets the type of the orthographic.
|
void |
setOrthographicTypeOrigin(Cad3DPoint value)
Gets or sets the orthographic type origin.
|
void |
setStandardFlagValues(short value)
Gets or sets the standard flag values.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadUcsTableObject()
Initializes a new instance of the CadUcsTableObject class.
public final String getName()
Gets or sets the name.
public final void setName(String value)
Gets or sets the name.
value - The name.public final short getStandardFlagValues()
Gets or sets the standard flag values.
public final void setStandardFlagValues(short value)
Gets or sets the standard flag values.
value - The standard flag values.public final Cad3DPoint getOrigin()
Gets or sets the origin.
public final void setOrigin(Cad3DPoint value)
Gets or sets the origin.
value - The origin.public final Cad3DPoint getDirectionX()
Gets or sets the direction x.
public final void setDirectionX(Cad3DPoint value)
Gets or sets the direction x.
value - The direction x.public final Cad3DPoint getDirectionY()
Gets or sets the direction y.
public final void setDirectionY(Cad3DPoint value)
Gets or sets the direction y.
value - The direction y.public final double getElevation()
Gets or sets the elevation.
public final void setElevation(double value)
Gets or sets the elevation.
value - The elevation.public final String getBaseUCSHandle()
Gets or sets the base ucs handle.
public final void setBaseUCSHandle(String value)
Gets or sets the base ucs handle.
value - The base ucs handle.public final Short getOrthographicType()
Gets or sets the type of the orthographic.
public final void setOrthographicType(Short value)
Gets or sets the type of the orthographic.
value - The type of the orthographic.public final Cad3DPoint getOrthographicTypeOrigin()
Gets or sets the orthographic type origin.
public final void setOrthographicTypeOrigin(Cad3DPoint value)
Gets or sets the orthographic type origin.
value - The orthographic type origin.