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

Represents an extend data. More...

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

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 . More...
 
void SetTrimType (NXOpen::GeometricUtilities::Extend::ExtendType extendType)
 Sets the extend type NXOpen::GeometricUtilities::Extend::ExtendType . More...
 
void SetValue (const NXString &valueExpression)
 Set extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue . More...
 
void SetValue (const char *valueExpression)
 Set extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue . More...
 
NXOpen::DisplayableObjectTarget ()
 Returns the extend target for the following types NXOpen::GeometricUtilities::Extend::ExtendTypeUntilSelected . More...
 
NXOpen::GeometricUtilities::Extend::ExtendType TrimType ()
 Returns the extend type NXOpen::GeometricUtilities::Extend::ExtendType . More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
NXOpen::ExpressionValue ()
 Returns the extend value for the following type NXOpen::GeometricUtilities::Extend::ExtendTypeValue . More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents an extend data.

Inputs to this class can be convergent objects.


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

void NXOpen::GeometricUtilities::Extend::SetTarget ( NXOpen::DisplayableObject selectedObject)

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.
void NXOpen::GeometricUtilities::Extend::SetTrimType ( NXOpen::GeometricUtilities::Extend::ExtendType  extendType)

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 .


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::Extend::Value and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionFor NXOpen::GeometricUtilities::Extend::ExtendTypeValue
void NXOpen::GeometricUtilities::Extend::SetValue ( const char *  valueExpression)

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


Deprecated:
Deprecated in NX8.5.0. To set the value of the expression modify the expression directly using GeometricUtilities::Extend::Value and Expression::SetRightHandSide .


Created in NX3.0.1.

License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
valueExpressionFor NXOpen::GeometricUtilities::Extend::ExtendTypeValue
NXOpen::DisplayableObject* NXOpen::GeometricUtilities::Extend::Target ( )
NXOpen::GeometricUtilities::Extend::ExtendType NXOpen::GeometricUtilities::Extend::TrimType ( )

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


Created in NX3.0.1.

License requirements : None

virtual bool NXOpen::GeometricUtilities::Extend::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::Expression* NXOpen::GeometricUtilities::Extend::Value ( )

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