public class CadViewTableObject extends CadBaseOwned
viewPorts table class
Constructor and Description |
---|
CadViewTableObject()
Initializes a new instance of the
CadViewTableObject class. |
Modifier and Type | Method and Description |
---|---|
short |
getAssociatedUcs()
Gets or sets the associated ucs.
|
double |
getBackClipping()
Gets or sets the back clipping.
|
String |
getBackgroundHandle()
Gets or sets the background handle.
|
short |
getCameraPlottable()
Gets or sets the camera plottable.
|
Cad2DPoint |
getCenterPoint()
Gets or sets the center point.
|
Double |
getElevation()
Gets or sets the elevation.
|
short |
getFlag()
Gets or sets the flag.
|
double |
getFrontClipping()
Gets or sets the front clipping.
|
double |
getLensLength()
Gets or sets the length of the lens.
|
String |
getLiveSectionHandle()
Gets or sets the live section handle.
|
String |
getName()
Gets or sets the name.
|
short |
getRenderMode()
Gets or sets the render mode.
|
String |
getSunHardOwnership()
Gets or sets the sun hard ownership.
|
Cad3DPoint |
getTargetPoint()
Gets or sets the target point.
|
double |
getTwistAngle()
Gets or sets the twist angle.
|
String |
getUcsBaseHandle()
Gets or sets the ucs base handle.
|
String |
getUcsHandle()
Gets or sets the ucs handle.
|
Cad3DPoint |
getUcsOrigin()
Gets or sets the ucs origin.
|
Short |
getUcsType()
Gets or sets the type of the ucs.
|
Cad3DPoint |
getUcsXaxis()
Gets or sets the ucs xaxis.
|
Cad3DPoint |
getUcsYaxis()
Gets or sets the ucs yaxis.
|
Cad3DPoint |
getViewDirection()
Gets or sets the view direction.
|
double |
getViewHeight()
Gets or sets the height of the view.
|
short |
getViewMode()
Gets or sets the view mode.
|
double |
getViewWidth()
Gets or sets the width of the view.
|
String |
getVisualStyleHandle()
Gets or sets the visual style handle.
|
void |
setAssociatedUcs(short value)
Gets or sets the associated ucs.
|
void |
setBackClipping(double value)
Gets or sets the back clipping.
|
void |
setBackgroundHandle(String value)
Gets or sets the background handle.
|
void |
setCameraPlottable(short value)
Gets or sets the camera plottable.
|
void |
setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
|
void |
setElevation(Double value)
Gets or sets the elevation.
|
void |
setFlag(short value)
Gets or sets the flag.
|
void |
setFrontClipping(double value)
Gets or sets the front clipping.
|
void |
setLensLength(double value)
Gets or sets the length of the lens.
|
void |
setLiveSectionHandle(String value)
Gets or sets the live section handle.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setRenderMode(short value)
Gets or sets the render mode.
|
void |
setSunHardOwnership(String value)
Gets or sets the sun hard ownership.
|
void |
setTargetPoint(Cad3DPoint value)
Gets or sets the target point.
|
void |
setTwistAngle(double value)
Gets or sets the twist angle.
|
void |
setUcsBaseHandle(String value)
Gets or sets the ucs base handle.
|
void |
setUcsHandle(String value)
Gets or sets the ucs handle.
|
void |
setUcsOrigin(Cad3DPoint value)
Gets or sets the ucs origin.
|
void |
setUcsType(Short value)
Gets or sets the type of the ucs.
|
void |
setUcsXaxis(Cad3DPoint value)
Gets or sets the ucs xaxis.
|
void |
setUcsYaxis(Cad3DPoint value)
Gets or sets the ucs yaxis.
|
void |
setViewDirection(Cad3DPoint value)
Gets or sets the view direction.
|
void |
setViewHeight(double value)
Gets or sets the height of the view.
|
void |
setViewMode(short value)
Gets or sets the view mode.
|
void |
setViewWidth(double value)
Gets or sets the width of the view.
|
void |
setVisualStyleHandle(String value)
Gets or sets the visual style handle.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadViewTableObject()
Initializes a new instance of the CadViewTableObject
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 getFlag()
Gets or sets the flag.
public final void setFlag(short value)
Gets or sets the flag.
value
- The flag.public final double getViewHeight()
Gets or sets the height of the view.
public final void setViewHeight(double value)
Gets or sets the height of the view.
value
- The height of the view.public final Cad2DPoint getCenterPoint()
Gets or sets the center point.
public final void setCenterPoint(Cad2DPoint value)
Gets or sets the center point.
value
- The center point.public final double getViewWidth()
Gets or sets the width of the view.
public final void setViewWidth(double value)
Gets or sets the width of the view.
value
- The width of the view.public final Cad3DPoint getViewDirection()
Gets or sets the view direction.
public final void setViewDirection(Cad3DPoint value)
Gets or sets the view direction.
value
- The view direction.public final Cad3DPoint getTargetPoint()
Gets or sets the target point.
public final void setTargetPoint(Cad3DPoint value)
Gets or sets the target point.
value
- The target point.public final double getLensLength()
Gets or sets the length of the lens.
public final void setLensLength(double value)
Gets or sets the length of the lens.
value
- The length of the lens.public final double getFrontClipping()
Gets or sets the front clipping.
public final void setFrontClipping(double value)
Gets or sets the front clipping.
value
- The front clipping.public final double getBackClipping()
Gets or sets the back clipping.
public final void setBackClipping(double value)
Gets or sets the back clipping.
value
- The back clipping.public final double getTwistAngle()
Gets or sets the twist angle.
public final void setTwistAngle(double value)
Gets or sets the twist angle.
value
- The twist angle.public final short getViewMode()
Gets or sets the view mode.
public final void setViewMode(short value)
Gets or sets the view mode.
value
- The view mode.public final short getAssociatedUcs()
Gets or sets the associated ucs.
public final void setAssociatedUcs(short value)
Gets or sets the associated ucs.
value
- The associated ucs.public final short getCameraPlottable()
Gets or sets the camera plottable.
public final void setCameraPlottable(short value)
Gets or sets the camera plottable.
value
- The camera plottable.public final short getRenderMode()
Gets or sets the render mode.
public final void setRenderMode(short value)
Gets or sets the render mode.
value
- The render mode.public final String getBackgroundHandle()
Gets or sets the background handle.
public final void setBackgroundHandle(String value)
Gets or sets the background handle.
value
- The background handle.public final String getLiveSectionHandle()
Gets or sets the live section handle.
public final void setLiveSectionHandle(String value)
Gets or sets the live section handle.
value
- The live section handle.public final String getVisualStyleHandle()
Gets or sets the visual style handle.
public final void setVisualStyleHandle(String value)
Gets or sets the visual style handle.
value
- The visual style handle.public final String getSunHardOwnership()
Gets or sets the sun hard ownership.
public final void setSunHardOwnership(String value)
Gets or sets the sun hard ownership.
value
- The sun hard ownership.public final Cad3DPoint getUcsOrigin()
Gets or sets the ucs origin.
public final void setUcsOrigin(Cad3DPoint value)
Gets or sets the ucs origin.
value
- The ucs origin.public final Cad3DPoint getUcsXaxis()
Gets or sets the ucs xaxis.
public final void setUcsXaxis(Cad3DPoint value)
Gets or sets the ucs xaxis.
value
- The ucs xaxis.public final Cad3DPoint getUcsYaxis()
Gets or sets the ucs yaxis.
public final void setUcsYaxis(Cad3DPoint value)
Gets or sets the ucs yaxis.
value
- The ucs yaxis.public final Short getUcsType()
Gets or sets the type of the ucs.
public final void setUcsType(Short value)
Gets or sets the type of the ucs.
value
- The type of the ucs.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 getUcsHandle()
Gets or sets the ucs handle.
public final void setUcsHandle(String value)
Gets or sets the ucs handle.
value
- The ucs handle.public final String getUcsBaseHandle()
Gets or sets the ucs base handle.
public final void setUcsBaseHandle(String value)
Gets or sets the ucs base handle.
value
- The ucs base handle.