public class CadUcsTableObject extends CadOwnedObjectBase
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.
|
String |
getNamedUCSHandle()
Gets or sets the named ucs handle.
|
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 |
getOrthographicViewType()
Gets or sets the type of the orthographic view type.
|
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 |
setNamedUCSHandle(String value)
Gets or sets the named ucs handle.
|
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 |
setOrthographicViewType(short value)
Gets or sets the type of the orthographic view type.
|
void |
setStandardFlagValues(short value)
Gets or sets the standard flag values.
|
getHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, 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 String getNamedUCSHandle()
Gets or sets the named ucs handle.
Value: The named ucs handle.public final void setNamedUCSHandle(String value)
Gets or sets the named ucs handle.
Value: The named ucs handle.public final short getOrthographicViewType()
Gets or sets the type of the orthographic view type.
Value: The type of the orthographic view type.public final void setOrthographicViewType(short value)
Gets or sets the type of the orthographic view type.
Value: The type of the orthographic view type.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.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.