ViewProjectedLabelBuilder Class

class NXOpen.Drawings.ViewProjectedLabelBuilder

Bases: NXOpen.Drawings.ViewLabelBuilder

Represents a NXOpen.Drawings.ViewProjectedLabelBuilder

New in version NX9.0.0.

Properties

Property Description
CustomizedViewLabel Returns or sets the customized view label
IncludeParentheses Returns or sets the include parentheses
IncludeRotationAngle Returns or sets the include rotation angle
IncludeRotationSymbol Returns or sets the include rotation symbol
LabelCharacterHeightFactor Returns or sets the label character height factor
LabelPosition Returns or sets the label position
LabelPrefix Returns or sets the label prefix
LetterFormat Returns or sets the letter format
PrefixCharacterHeightFactor Returns or sets the prefix character height factor
ReferenceToShow Returns or sets the reference to show
RotationSymbolType Returns or sets the rotation symbol type
ScaleCharacterHeightFactor Returns or sets the scale character height factor
ScalePosition Returns or sets the scale position
ScalePrefix Returns or sets the scale prefix
ShowViewLabel Returns or sets the show view label
ShowViewScale Returns or sets the show view scale
Tag Returns the Tag for this object.
ValueFormat Returns or sets the value format
ViewLabelOption Returns or sets the view label option

Methods

Method Description
GetCustomizedViewLabelText Returns the customized view label text
SetCustomizedViewLabelText Sets the customized view label text
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Method Detail

Validate

ViewProjectedLabelBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.