NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::Features::TabNoteCfgBuilder Class Reference

Represents a Features::TabNoteCfgBuilder. More...

Inheritance diagram for NXOpen::Features::TabNoteCfgBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  Refplane {
  RefplaneXy, RefplaneYz, RefplaneZx, RefplaneNegXy,
  RefplaneNegYz, RefplaneNegZx
}
 the reference plane type. More...

Public Member Functions

double BlockOffset ()
 Returns the block offset
Created in NX5.0.3.
bool DeletePreviousDiagrams ()
 Returns the delete previous diagrams
Created in NX5.0.3.
NXOpen::PointInsertionPoint ()
 Returns the insertion point
Created in NX5.0.3.
int NumberOfRows ()
 Returns the number of rows
Created in NX5.0.3.
NXOpen::Features::TabNoteCfgBuilder::Refplane ReferencePlane ()
 Returns the reference plane
Created in NX5.0.3.
void SetBlockOffset (double blockOffset)
 Sets the block offset
Created in NX5.0.3.
void SetDeletePreviousDiagrams (bool deletePreviousDiagrams)
 Sets the delete previous diagrams
Created in NX5.0.3.
void SetInsertionPoint (NXOpen::Point *insertionPoint)
 Sets the insertion point
Created in NX5.0.3.
void SetNumberOfRows (int numberOfRows)
 Sets the number of rows
Created in NX5.0.3.
void SetReferencePlane (NXOpen::Features::TabNoteCfgBuilder::Refplane referencePlane)
 Sets the reference plane
Created in NX5.0.3.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

Detailed Description

Represents a Features::TabNoteCfgBuilder.


Created in NX5.0.3.


Member Enumeration Documentation

the reference plane type.

Enumerator:
RefplaneXy 

0 : Xc-Yc plane

RefplaneYz 

1 : Yc-Zc plane

RefplaneZx 

2 : Zc-Xc plane

RefplaneNegXy 

3 : - Xc-Yc plane

RefplaneNegYz 

4 : - Yc-Zc plane

RefplaneNegZx 

5 : - Zc-Xc plane


Member Function Documentation

Returns the block offset
Created in NX5.0.3.



License requirements : None

Returns the delete previous diagrams
Created in NX5.0.3.



License requirements : None

Returns the insertion point
Created in NX5.0.3.



License requirements : None

Returns the number of rows
Created in NX5.0.3.



License requirements : None

Returns the reference plane
Created in NX5.0.3.



License requirements : None

Sets the block offset
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
blockOffsetblockoffset

Sets the delete previous diagrams
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
deletePreviousDiagramsdeletepreviousdiagrams

Sets the insertion point
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
insertionPointinsertionpoint

Sets the number of rows
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
numberOfRowsnumberofrows

Sets the reference plane
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
referencePlanereferenceplane

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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.