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

This builder allows the user to create a Multiple View Placement
Created in NX6.0.2. More...

Inheritance diagram for NXOpen::Drawings::MultipleViewPlacementBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  Option { OptionCenter, OptionCorners }
 The placement option type. More...
 

Public Member Functions

bool AssociativeAlignment ()
 Returns the associative alignment toggle
Created in NX8.5.0. More...
 
NXOpen::Drawings::MultipleViewPlacementBuilder::Option OptionType ()
 Returns the placement option
Created in NX6.0.2. More...
 
void SetAssociativeAlignment (bool associative)
 Sets the associative alignment toggle
Created in NX8.5.0. More...
 
void SetOptionType (NXOpen::Drawings::MultipleViewPlacementBuilder::Option option)
 Sets the placement option
Created in NX6.0.2. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::Drawings::ViewPlacementBuilderViewPlacementCenter ()
 Returns the view placement block for the center option
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewPlacementBuilderViewPlacementFirstCorner ()
 Returns the view placement block for the first corner
Created in NX6.0.2. More...
 
NXOpen::Drawings::ViewPlacementBuilderViewPlacementSecondCorner ()
 Returns the view placement block for the second corner
Created in NX6.0.2. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

This builder allows the user to create a Multiple View Placement
Created in NX6.0.2.


Member Enumeration Documentation

The placement option type.

Enumerator
OptionCenter 

By Center.

OptionCorners 

By Corners.

Member Function Documentation

bool NXOpen::Drawings::MultipleViewPlacementBuilder::AssociativeAlignment ( )

Returns the associative alignment toggle
Created in NX8.5.0.



License requirements : drafting ("DRAFTING")

NXOpen::Drawings::MultipleViewPlacementBuilder::Option NXOpen::Drawings::MultipleViewPlacementBuilder::OptionType ( )

Returns the placement option
Created in NX6.0.2.



License requirements : None

void NXOpen::Drawings::MultipleViewPlacementBuilder::SetAssociativeAlignment ( bool  associative)

Sets the associative alignment toggle
Created in NX8.5.0.



License requirements : drafting ("DRAFTING")

Parameters
associativeassociative
void NXOpen::Drawings::MultipleViewPlacementBuilder::SetOptionType ( NXOpen::Drawings::MultipleViewPlacementBuilder::Option  option)

Sets the placement option
Created in NX6.0.2.



License requirements : None

Parameters
optionoption
virtual bool NXOpen::Drawings::MultipleViewPlacementBuilder::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.

NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::MultipleViewPlacementBuilder::ViewPlacementCenter ( )

Returns the view placement block for the center option
Created in NX6.0.2.



License requirements : None

NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::MultipleViewPlacementBuilder::ViewPlacementFirstCorner ( )

Returns the view placement block for the first corner
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")

NXOpen::Drawings::ViewPlacementBuilder* NXOpen::Drawings::MultipleViewPlacementBuilder::ViewPlacementSecondCorner ( )

Returns the view placement block for the second corner
Created in NX6.0.2.



License requirements : nx_layout ("NX Layout")


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