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

Represents a End Cut Block Builder. More...

Inheritance diagram for NXOpen::EndCutBlockBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  TaperTypeOption { TaperTypeOptionTrim, TaperTypeOptionExtend, TaperTypeOptionTrimAndExtend }
 Taper Type. More...

Public Member Functions

NXOpen::ExpressionAngle ()
 Returns the angle
Created in NX5.0.3.
NXOpen::ExpressionOffset ()
 Returns the offset
Created in NX5.0.3.
void SetTaperType (NXOpen::EndCutBlockBuilder::TaperTypeOption taperType)
 Sets the taperType
Created in NX5.0.3.
NXOpen::SketchExpressionModifierBuilderSketchBlock ()
 Returns the end cut block
Created in NX5.0.3.
NXOpen::EndCutBlockBuilder::TaperTypeOption TaperType ()
 Returns the taperType
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 End Cut Block Builder.


Created in NX5.3.0.


Member Enumeration Documentation

Taper Type.

Enumerator:
TaperTypeOptionTrim 

trim

TaperTypeOptionExtend 

extend

TaperTypeOptionTrimAndExtend 

trim and extend


Member Function Documentation

Returns the angle
Created in NX5.0.3.



License requirements : None

Returns the offset
Created in NX5.0.3.



License requirements : None

Sets the taperType
Created in NX5.0.3.



License requirements : nx_ship_concept ("Ship Concept")

Parameters:
taperTypetapertype

Returns the end cut block
Created in NX5.0.3.



License requirements : None

Returns the taperType
Created in NX5.0.3.



License requirements : None

virtual bool NXOpen::EndCutBlockBuilder::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 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.