CadUcsTableObject

Inheritance: java.lang.Object, CadBaseOwned

ucsPorts table class

Constructors

ConstructorDescription
CadUcsTableObject()Initializes a new instance of the CadUcsTableObject class.

Methods

MethodDescription
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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueshortThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valueCad3DPointThe 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:

ParameterTypeDescription
valuedoubleThe 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:

ParameterTypeDescription
valueStringThe 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:

ParameterTypeDescription
valueShortThe 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:

ParameterTypeDescription
valueCad3DPointThe orthographic type origin.