NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::Layout2d::ComponentSettingsBuilder Class Reference

Represents a NXOpen::Layout2d::ComponentSettingsBuilder This builder stores the information of the 2D Component settings. More...

Inheritance diagram for NXOpen::Layout2d::ComponentSettingsBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Member Functions

bool AutomaticUpdate ()
 Returns the flag to do automatic update or not
Created in NX10.0.0. More...
 
bool KeepEditedPartsOpen ()
 Returns the flag indicating whether to keep edited parts open or not
Created in NX11.0.0. More...
 
void SetAutomaticUpdate (bool toggle)
 Sets the flag to do automatic update or not
Created in NX10.0.0. More...
 
void SetKeepEditedPartsOpen (bool toggle)
 Sets the flag indicating whether to keep edited parts open or not
Created in NX11.0.0. More...
 
void SetShowAnnotations (bool toggle)
 Sets the flag to show annotations or not
Created in NX10.0.0. More...
 
void SetShowDimensions (bool toggle)
 Sets the flag to show dimensions or not
Created in NX10.0.0. More...
 
void SetShowReferenceGeometry (bool toggle)
 Sets the flag to show reference geometry or not
Created in NX10.0.0. More...
 
bool ShowAnnotations ()
 Returns the flag to show annotations or not
Created in NX10.0.0. More...
 
bool ShowDimensions ()
 Returns the flag to show dimensions or not
Created in NX10.0.0. More...
 
bool ShowReferenceGeometry ()
 Returns the flag to show reference geometry or not
Created in NX10.0.0. 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 a NXOpen::Layout2d::ComponentSettingsBuilder This builder stores the information of the 2D Component settings.


Created in NX10.0.0.

Member Function Documentation

bool NXOpen::Layout2d::ComponentSettingsBuilder::AutomaticUpdate ( )

Returns the flag to do automatic update or not
Created in NX10.0.0.



License requirements : None

bool NXOpen::Layout2d::ComponentSettingsBuilder::KeepEditedPartsOpen ( )

Returns the flag indicating whether to keep edited parts open or not
Created in NX11.0.0.



License requirements : None

void NXOpen::Layout2d::ComponentSettingsBuilder::SetAutomaticUpdate ( bool  toggle)

Sets the flag to do automatic update or not
Created in NX10.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
toggletoggle
void NXOpen::Layout2d::ComponentSettingsBuilder::SetKeepEditedPartsOpen ( bool  toggle)

Sets the flag indicating whether to keep edited parts open or not
Created in NX11.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
toggletoggle
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowAnnotations ( bool  toggle)

Sets the flag to show annotations or not
Created in NX10.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
toggletoggle
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowDimensions ( bool  toggle)

Sets the flag to show dimensions or not
Created in NX10.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
toggletoggle
void NXOpen::Layout2d::ComponentSettingsBuilder::SetShowReferenceGeometry ( bool  toggle)

Sets the flag to show reference geometry or not
Created in NX10.0.0.



License requirements : nx_layout ("NX Layout")

Parameters
toggletoggle
bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowAnnotations ( )

Returns the flag to show annotations or not
Created in NX10.0.0.



License requirements : None

bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowDimensions ( )

Returns the flag to show dimensions or not
Created in NX10.0.0.



License requirements : None

bool NXOpen::Layout2d::ComponentSettingsBuilder::ShowReferenceGeometry ( )

Returns the flag to show reference geometry or not
Created in NX10.0.0.



License requirements : None

virtual bool NXOpen::Layout2d::ComponentSettingsBuilder::Validate ( )
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.

Returns
Was self validation successful
Created in NX3.0.1.

License requirements : None

Implements NXOpen::GeometricUtilities::IComponentBuilder.


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