NX Open C++ Reference Guide
|
Represents the BASE tab on the View Style Dialog (Drawings.ViewStyleBaseBuilder) More...
Public Member Functions | |
NXOpen::Assemblies::ArrangementsBuilder * | Arrangement () |
Returns the arrangement on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
NXString | ArrangementName () |
Returns the arrangement name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
bool | FacetedRepresentation () |
Returns the faceted representation toggle on the BASE tab of the View Style Dialog | |
bool | InheritClippingBoundary () |
Returns the inherit clipping boundary toggle on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
NXOpen::Part * | Part () |
Returns the part on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
NXString | PartName () |
Returns the part name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetArrangementName (const NXString &arrangementName) |
Sets the arrangement name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetArrangementName (const char *arrangementName) |
Sets the arrangement name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetFacetedRepresentation (bool facetedRepresentationToggle) |
Sets the faceted representation toggle on the BASE tab of the View Style Dialog | |
void | SetInheritClippingBoundary (bool inheritClippingBoundaryToggle) |
Sets the inherit clipping boundary toggle on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetPart (NXOpen::Part *part) |
Sets the part on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetPartName (const NXString &partName) |
Sets the part name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetPartName (const char *partName) |
Sets the part name on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
void | SetTransferAnnotation (bool transferAnnotationToggle) |
Sets the transfer annotation toggle on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
bool | TransferAnnotation () |
Returns the transfer annotation toggle on the BASE tab of the View Style Dialog Created in NX6.0.0. | |
virtual bool | Validate () |
Validate whether the inputs to the component are sufficient for commit to be called. | |
![]() | |
tag_t | GetTag () const |
<b>Deprecated</b>:<br> Use Tag instead. | |
tag_t | Tag () const |
Returns the tag of this object. | |
Represents the BASE tab on the View Style Dialog (Drawings.ViewStyleBaseBuilder)
Created in NX6.0.0.
NXOpen::Assemblies::ArrangementsBuilder* NXOpen::Drawings::ViewStyleBaseBuilder::Arrangement | ( | ) |
Returns the arrangement on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Drawings::ViewStyleBaseBuilder::ArrangementName | ( | ) |
Returns the arrangement name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleBaseBuilder::FacetedRepresentation | ( | ) |
Returns the faceted representation toggle on the BASE tab of the View Style Dialog
Use Drawings::ViewStyleGeneralBuilder::ViewRepresentation instead.
Created in NX6.0.0.
License requirements : None
bool NXOpen::Drawings::ViewStyleBaseBuilder::InheritClippingBoundary | ( | ) |
Returns the inherit clipping boundary toggle on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
NXOpen::Part* NXOpen::Drawings::ViewStyleBaseBuilder::Part | ( | ) |
Returns the part on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
NXString NXOpen::Drawings::ViewStyleBaseBuilder::PartName | ( | ) |
Returns the part name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
void NXOpen::Drawings::ViewStyleBaseBuilder::SetArrangementName | ( | const NXString & | arrangementName | ) |
Sets the arrangement name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrangementName | Sets a new arrangement name on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetArrangementName | ( | const char * | arrangementName | ) |
Sets the arrangement name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
arrangementName | Sets a new arrangement name on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetFacetedRepresentation | ( | bool | facetedRepresentationToggle | ) |
Sets the faceted representation toggle on the BASE tab of the View Style Dialog
Use Drawings::ViewStyleGeneralBuilder::SetViewRepresentation instead.
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
facetedRepresentationToggle | Sets a new faceted representation toggle value on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetInheritClippingBoundary | ( | bool | inheritClippingBoundaryToggle | ) |
Sets the inherit clipping boundary toggle on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
inheritClippingBoundaryToggle | Sets a new inherit clipping boundary toggle value on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetPart | ( | NXOpen::Part * | part | ) |
Sets the part on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
part | Sets a new part on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetPartName | ( | const NXString & | partName | ) |
Sets the part name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
partName | Sets a new part name on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetPartName | ( | const char * | partName | ) |
Sets the part name on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
partName | Sets a new part name on the base sub-builder |
void NXOpen::Drawings::ViewStyleBaseBuilder::SetTransferAnnotation | ( | bool | transferAnnotationToggle | ) |
Sets the transfer annotation toggle on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : drafting ("DRAFTING")
transferAnnotationToggle | Sets a new transfer annotation toggle value on the base sub-builder |
bool NXOpen::Drawings::ViewStyleBaseBuilder::TransferAnnotation | ( | ) |
Returns the transfer annotation toggle on the BASE tab of the View Style Dialog
Created in NX6.0.0.
License requirements : None
|
virtual |
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.
Implements NXOpen::GeometricUtilities::IComponentBuilder.