public interface ViewStyleGeneralBuilder extends TaggedObject, IComponentBuilder
Modifier and Type | Method and Description |
---|---|
DecimalPointCharacter |
angleDecimalPointCharacter()
Returns the decimal point character to use for view angle display.
|
AngleFormat |
angleFormat()
Returns the format to use for view angle display.
|
int |
anglePrecision()
Returns the precision to use for view angle display.
|
boolean |
angleShowLeadingZeros()
Returns the status of leading zeros display in view angle.
|
boolean |
angleShowTrailingZeros()
Returns the status of trailing zeros display in view angle.
|
double |
angleValue()
Returns the angle value on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
automaticAnchorPoint()
Returns the automatic anchor point toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
automaticUpdate()
Returns the automatic update toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
boundaryStatus()
Returns the boundary status toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
centerlines()
Returns the centerlines toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
GeneralDisplayIdOption |
displayId()
Returns the display identifier option on the GENERAL tab of the View Style Dialog, it controls whether
the orientation or the name of the view is displayed in the graphic window
License requirements: None. |
GeneralExtractedEdgesOption |
extractedEdges()
Returns the extracted edges option on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
framebarHorizontal()
Returns the horizontal framebar toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
framebarVertical()
Returns the vertical framebar toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
RenderSet[] |
getRenderSet()
Gets the render sets on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
legacyView()
Returns the leagcy view toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
lightweightView()
Returns the view representation enum on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
reference()
Returns the reference toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
ViewScaleBuilder |
scale()
Returns the scale definition on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
scaleLabel()
Returns the scale label toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
void |
setAngleDecimalPointCharacter(DecimalPointCharacter decimalPointCharacter)
License requirements: drafting ("DRAFTING") . |
void |
setAngleFormat(AngleFormat angleFormat)
License requirements: drafting ("DRAFTING") . |
void |
setAnglePrecision(int anglePrecision)
License requirements: drafting ("DRAFTING") . |
void |
setAngleShowLeadingZeros(boolean showLeadingZeros)
License requirements: drafting ("DRAFTING") . |
void |
setAngleShowTrailingZeros(boolean showTrailingZeros)
License requirements: drafting ("DRAFTING") . |
void |
setAngleValue(double angleValue)
License requirements: drafting ("DRAFTING") . |
void |
setAutomaticAnchorPoint(boolean automaticAnchorPointToggle)
License requirements: drafting ("DRAFTING") . |
void |
setAutomaticUpdate(boolean automaticUpdateToggle)
License requirements: drafting ("DRAFTING") . |
void |
setBoundaryStatus(boolean boundaryStatusToggle)
License requirements: drafting ("DRAFTING") . |
void |
setCenterlines(boolean centerlinesToggle)
License requirements: drafting ("DRAFTING") . |
void |
setDisplayId(GeneralDisplayIdOption option)
License requirements: drafting ("DRAFTING") . |
void |
setExtractedEdges(GeneralExtractedEdgesOption extractedEdgesOption)
License requirements: drafting ("DRAFTING") . |
void |
setFramebarHorizontal(boolean framebarHorizontalToggle)
License requirements: drafting ("DRAFTING") . |
void |
setFramebarVertical(boolean framebarVerticalToggle)
License requirements: drafting ("DRAFTING") . |
void |
setLegacyView(boolean legacyView)
License requirements: drafting ("DRAFTING") . |
void |
setLightweightView(boolean lightweightView)
License requirements: drafting ("DRAFTING") . |
void |
setReference(boolean referenceToggle)
License requirements: drafting ("DRAFTING") . |
void |
setRenderSet(RenderSet[] renderSets)
Sets the render sets on the GENERAL tab of the View Style Dialog
License requirements: drafting ("DRAFTING") . |
void |
setScaleLabel(boolean scaleLabelToggle)
License requirements: drafting ("DRAFTING") . |
void |
setSilhouettes(boolean silhouettesToggle)
License requirements: drafting ("DRAFTING") . |
void |
setSnapshotView(boolean snapshotView)
License requirements: drafting ("DRAFTING") . |
void |
setTolerance(GeneralToleranceOption toleranceOption)
License requirements: drafting ("DRAFTING") . |
void |
setToleranceValue(double toleranceValue)
License requirements: drafting ("DRAFTING") . |
void |
setUVGrid(boolean uVGridToggle)
License requirements: drafting ("DRAFTING") . |
void |
setViewLabel(boolean viewLabelToggle)
License requirements: drafting ("DRAFTING") . |
void |
setViewQuality(GeneralViewQualityOption viewQualityOption)
License requirements: drafting ("DRAFTING") . |
void |
setViewRepresentation(GeneralViewRepresentationOption viewRepresentation)
License requirements: drafting ("DRAFTING") . |
void |
setWireframeColorSource(GeneralWireframeColorSourceOption wireframeColorSourceOption)
License requirements: drafting ("DRAFTING") . |
boolean |
silhouettes()
Returns the silhouettes toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
snapshotView()
Returns the snapshot toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
GeneralToleranceOption |
tolerance()
Returns the tolerance option on the GENERAL tab of the View Style Dialog
License requirements: None. |
double |
toleranceValue()
Returns the tolerance value on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
uvgrid()
Returns the uvgrid toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
boolean |
viewLabel()
Returns the view label toggle on the GENERAL tab of the View Style Dialog
License requirements: None. |
GeneralViewQualityOption |
viewQuality()
Returns the view quality option on the GENERAL tab of the View Style Dialog
License requirements: None. |
GeneralViewRepresentationOption |
viewRepresentation()
Returns the view representation option on the GENERAL tab of the View Style Dialog
License requirements: None. |
GeneralWireframeColorSourceOption |
wireframeColorSource()
Returns the wireframe color source option on the GENERAL tab of the View Style Dialog
License requirements: None. |
printTestData, printTestData, tag, tagValue
validate
boolean silhouettes() throws NXException, RemoteException
NXException
RemoteException
void setSilhouettes(boolean silhouettesToggle) throws NXException, RemoteException
silhouettesToggle
- Sets a new silhouettes toggle value on the general sub-builderNXException
RemoteException
boolean reference() throws NXException, RemoteException
NXException
RemoteException
void setReference(boolean referenceToggle) throws NXException, RemoteException
referenceToggle
- Sets a new reference toggle value on the general sub-builderNXException
RemoteException
boolean uvgrid() throws NXException, RemoteException
NXException
RemoteException
void setUVGrid(boolean uVGridToggle) throws NXException, RemoteException
uVGridToggle
- Sets a new uv-grid toggle value on the general sub-builderNXException
RemoteException
boolean automaticUpdate() throws NXException, RemoteException
NXException
RemoteException
void setAutomaticUpdate(boolean automaticUpdateToggle) throws NXException, RemoteException
automaticUpdateToggle
- Sets a new automatic update toggle value on the general sub-builderNXException
RemoteException
boolean automaticAnchorPoint() throws NXException, RemoteException
NXException
RemoteException
void setAutomaticAnchorPoint(boolean automaticAnchorPointToggle) throws NXException, RemoteException
automaticAnchorPointToggle
- Sets a new aautomatic anchor point toggle value on the general sub-builderNXException
RemoteException
boolean viewLabel() throws NXException, RemoteException
NXException
RemoteException
void setViewLabel(boolean viewLabelToggle) throws NXException, RemoteException
viewLabelToggle
- Sets a new view label toggle value on the general sub-builderNXException
RemoteException
boolean scaleLabel() throws NXException, RemoteException
NXException
RemoteException
void setScaleLabel(boolean scaleLabelToggle) throws NXException, RemoteException
scaleLabelToggle
- Sets a new scale label toggle value on the general sub-builderNXException
RemoteException
boolean boundaryStatus() throws NXException, RemoteException
NXException
RemoteException
void setBoundaryStatus(boolean boundaryStatusToggle) throws NXException, RemoteException
boundaryStatusToggle
- Sets a new boundary status toggle value on the general sub-builderNXException
RemoteException
boolean centerlines() throws NXException, RemoteException
NXException
RemoteException
void setCenterlines(boolean centerlinesToggle) throws NXException, RemoteException
centerlinesToggle
- Sets a new centerlines toggle value on the general sub-builderNXException
RemoteException
GeneralToleranceOption tolerance() throws NXException, RemoteException
NXException
RemoteException
void setTolerance(GeneralToleranceOption toleranceOption) throws NXException, RemoteException
toleranceOption
- Sets a new tolerance option on the general sub-builderNXException
RemoteException
GeneralViewRepresentationOption viewRepresentation() throws NXException, RemoteException
NXException
RemoteException
void setViewRepresentation(GeneralViewRepresentationOption viewRepresentation) throws NXException, RemoteException
viewRepresentation
- Sets a new view representation option on the general sub-builderNXException
RemoteException
GeneralViewQualityOption viewQuality() throws NXException, RemoteException
NXException
RemoteException
void setViewQuality(GeneralViewQualityOption viewQualityOption) throws NXException, RemoteException
viewQualityOption
- Sets a new view quality option on the general sub-builderNXException
RemoteException
boolean legacyView() throws NXException, RemoteException
NXException
RemoteException
void setLegacyView(boolean legacyView) throws NXException, RemoteException
legacyView
- Sets a legacy view toggle value on the general sub-builderNXException
RemoteException
boolean lightweightView() throws NXException, RemoteException
NXException
RemoteException
void setLightweightView(boolean lightweightView) throws NXException, RemoteException
lightweightView
- Sets a view representation option on the general sub-builderNXException
RemoteException
boolean snapshotView() throws NXException, RemoteException
NXException
RemoteException
void setSnapshotView(boolean snapshotView) throws NXException, RemoteException
snapshotView
- Sets a snapshot view toggle value on the general sub-builderNXException
RemoteException
double toleranceValue() throws NXException, RemoteException
NXException
RemoteException
void setToleranceValue(double toleranceValue) throws NXException, RemoteException
toleranceValue
- Sets a new tolerance value on the general sub-builderNXException
RemoteException
double angleValue() throws NXException, RemoteException
NXException
RemoteException
void setAngleValue(double angleValue) throws NXException, RemoteException
angleValue
- Sets a new angle value on the general sub-builderNXException
RemoteException
ViewScaleBuilder scale() throws NXException, RemoteException
NXException
RemoteException
RenderSet[] getRenderSet() throws NXException, RemoteException
NXException
RemoteException
void setRenderSet(RenderSet[] renderSets) throws NXException, RemoteException
renderSets
- Sets new render sets on the general sub-builderNXException
RemoteException
GeneralExtractedEdgesOption extractedEdges() throws NXException, RemoteException
NXException
RemoteException
void setExtractedEdges(GeneralExtractedEdgesOption extractedEdgesOption) throws NXException, RemoteException
extractedEdgesOption
- Sets a new extracted edges option on the general sub-builderNXException
RemoteException
GeneralWireframeColorSourceOption wireframeColorSource() throws NXException, RemoteException
NXException
RemoteException
void setWireframeColorSource(GeneralWireframeColorSourceOption wireframeColorSourceOption) throws NXException, RemoteException
wireframeColorSourceOption
- Sets a new wireframe color source option on the general sub-builderNXException
RemoteException
GeneralDisplayIdOption displayId() throws NXException, RemoteException
NXException
RemoteException
void setDisplayId(GeneralDisplayIdOption option) throws NXException, RemoteException
option
- Sets a new display id option on the general sub-builderNXException
RemoteException
boolean framebarHorizontal() throws NXException, RemoteException
NXException
RemoteException
void setFramebarHorizontal(boolean framebarHorizontalToggle) throws NXException, RemoteException
framebarHorizontalToggle
- Sets a new horizontal framebar toggle value on the general sub-builderNXException
RemoteException
boolean framebarVertical() throws NXException, RemoteException
NXException
RemoteException
void setFramebarVertical(boolean framebarVerticalToggle) throws NXException, RemoteException
framebarVerticalToggle
- Sets a new vertical framebar toggle value on the general sub-builderNXException
RemoteException
int anglePrecision() throws NXException, RemoteException
NXException
RemoteException
void setAnglePrecision(int anglePrecision) throws NXException, RemoteException
anglePrecision
- NXException
RemoteException
AngleFormat angleFormat() throws NXException, RemoteException
NXException
RemoteException
void setAngleFormat(AngleFormat angleFormat) throws NXException, RemoteException
angleFormat
- NXException
RemoteException
boolean angleShowLeadingZeros() throws NXException, RemoteException
NXException
RemoteException
void setAngleShowLeadingZeros(boolean showLeadingZeros) throws NXException, RemoteException
showLeadingZeros
- NXException
RemoteException
boolean angleShowTrailingZeros() throws NXException, RemoteException
NXException
RemoteException
void setAngleShowTrailingZeros(boolean showTrailingZeros) throws NXException, RemoteException
showTrailingZeros
- NXException
RemoteException
DecimalPointCharacter angleDecimalPointCharacter() throws NXException, RemoteException
NXException
RemoteException
void setAngleDecimalPointCharacter(DecimalPointCharacter decimalPointCharacter) throws NXException, RemoteException
decimalPointCharacter
- NXException
RemoteException
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.