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

Represents an extend data. More...

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

List of all members.

Public Types

enum  ExtendType {
  ExtendTypeValue, ExtendTypeUntilNext, ExtendTypeUntilSelected, ExtendTypeUntilExtended,
  ExtendTypeThroughAll, ExtendTypeSymmetric, ExtendTypePercent, ExtendTypeArcLength,
  ExtendTypeThruPoint
}
 This enum represents the type of extend. More...

Public Member Functions

void SetTarget (NXOpen::DisplayableObject *selectedObject)
 Sets the extend target for the following types NXOpen::GeometricUtilities::Extend::ExtendTypeUntilSelected .
void SetTrimType (NXOpen::GeometricUtilities::Extend::ExtendType extendType)
 Sets the extend type NXOpen::GeometricUtilities::Extend::ExtendType .
void SetValue (const NXString &valueExpression)
 Set extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue .
NXOpen::DisplayableObjectTarget ()
 Returns the extend target for the following types NXOpen::GeometricUtilities::Extend::ExtendTypeUntilSelected .
NXOpen::GeometricUtilities::Extend::ExtendType TrimType ()
 Returns the extend type NXOpen::GeometricUtilities::Extend::ExtendType .
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.
NXOpen::ExpressionValue ()
 Returns the extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue .

Detailed Description

Represents an extend data.


Created in NX3.0.1.


Member Enumeration Documentation

This enum represents the type of extend.

Enumerator:
ExtendTypeValue 

value

ExtendTypeUntilNext 

until next

ExtendTypeUntilSelected 

until selected

ExtendTypeUntilExtended 

until extended

ExtendTypeThroughAll 

through all

ExtendTypeSymmetric 

symmetric

ExtendTypePercent 

percent

ExtendTypeArcLength 

arc length

ExtendTypeThruPoint 

thru point


Member Function Documentation

Sets the extend target for the following types NXOpen::GeometricUtilities::Extend::ExtendTypeUntilSelected .

NXOpen::GeometricUtilities::Extend::ExtendTypeUntilExtended . NXOpen::GeometricUtilities::Extend::ExtendTypeUntilNext .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
selectedObjectFor NXOpen::GeometricUtilities::Extend::ExtendTypeUntilSelected it can be face, solid body,sheet body and datums.

Sets the extend type NXOpen::GeometricUtilities::Extend::ExtendType .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
extendTypeextend type
void NXOpen::GeometricUtilities::Extend::SetValue ( const NXString valueExpression)

Set extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
valueExpressionFor NXOpen::GeometricUtilities::Extend::ExtendTypeValue
NOTE: The full Unicode character set is not supported for this parameter.

Returns the extend type NXOpen::GeometricUtilities::Extend::ExtendType .


Created in NX3.0.1.

License requirements : None

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.

Returns the extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")


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