NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Drawings::DrawingsPropertiesBuilder Class Reference

Represents an NXOpen::Drawings::DrawingsPropertiesBuilder to be used for marking the component as secondary geometry. More...

Inheritance diagram for NXOpen::Drawings::DrawingsPropertiesBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  SecondaryComponentOptions { SecondaryComponentOptionsNo, SecondaryComponentOptionsYes, SecondaryComponentOptionsMixed }
 Options for managing the secondary geometry property on the components. More...
 

Public Member Functions

NXOpen::Drawings::DrawingsPropertiesBuilder::SecondaryComponentOptions SecondaryComponent ()
 Returns the secondary geometry state. More...
 
NXOpen::Assemblies::SelectComponentListSelectedObjects ()
 Returns the selected object(s) list. More...
 
void SetSecondaryComponent (NXOpen::Drawings::DrawingsPropertiesBuilder::SecondaryComponentOptions secondaryComponent)
 Sets the secondary geometry state. More...
 
- Public Member Functions inherited from NXOpen::Builder
NXOpen::NXObjectCommit ()
 Commits any edits that have been applied to the builder. More...
 
void Destroy ()
 Deletes the builder, and cleans up any objects created by the builder. More...
 
std::vector< NXOpen::NXObject * > GetCommittedObjects ()
 For builders that create more than one object, this method returns the objects that are created by commit. More...
 
NXOpen::NXObjectGetObject ()
 Returns the object currently being edited by this builder. More...
 
void ShowResults ()
 Updates the model to reflect the result of an edit to the model for all builders that support showing results. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents an NXOpen::Drawings::DrawingsPropertiesBuilder to be used for marking the component as secondary geometry.


To create a new instance of this class, use NXOpen::DraftingManager::CreateDrawingsPropertiesBuilder
Default values.

Property Value

SecondaryComponent

No


Created in NX11.0.0.

Member Enumeration Documentation

Options for managing the secondary geometry property on the components.

Enumerator
SecondaryComponentOptionsNo 

Not marked as secondary geometry.

SecondaryComponentOptionsYes 

Marked as secondary geometry.

SecondaryComponentOptionsMixed 

Objects secondary geometry properties differ and will not change.

Member Function Documentation

NXOpen::Drawings::DrawingsPropertiesBuilder::SecondaryComponentOptions NXOpen::Drawings::DrawingsPropertiesBuilder::SecondaryComponent ( )

Returns the secondary geometry state.

If true, the part occurrences are marked as secondary components. Otherwise, the part occurrences are considered as non-secondary components.
Created in NX11.0.0.

License requirements : None

NXOpen::Assemblies::SelectComponentList* NXOpen::Drawings::DrawingsPropertiesBuilder::SelectedObjects ( )

Returns the selected object(s) list.

This is the active list of components that will be modified by any changes.
Created in NX11.0.0.

License requirements : drafting ("DRAFTING")

void NXOpen::Drawings::DrawingsPropertiesBuilder::SetSecondaryComponent ( NXOpen::Drawings::DrawingsPropertiesBuilder::SecondaryComponentOptions  secondaryComponent)

Sets the secondary geometry state.

If true, the part occurrences are marked as secondary components. Otherwise, the part occurrences are considered as non-secondary components.
Created in NX11.0.0.

License requirements : drafting ("DRAFTING")

Parameters
secondaryComponentsecondarycomponent

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.