NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder Class Reference

Represents a Boundary condition object for Metaform. More...

Inheritance diagram for NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder:
NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

Public Types

enum  ConstraintTypes { ConstraintTypesPointToPoint, ConstraintTypesPointAlongCurve, ConstraintTypesCurveToCurve, ConstraintTypesCurveAlongCurve }
 Types of Boundary condition constraints. More...
 

Public Member Functions

NXString ConstraintName ()
 Returns the constraint name. More...
 
NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypes ConstraintType ()
 Returns the constraint type
Created in NX7.5.0. More...
 
NXOpen::ScCollectorEndRegionCurve ()
 Returns the end region curve This input is required if the Constraint Type is NOT Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint . More...
 
NXOpen::PointEndRegionPoint ()
 Returns the end region point This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint . More...
 
void SetConstraintName (const NXString &constraintName)
 Sets the constraint name. More...
 
void SetConstraintName (const char *constraintName)
 Sets the constraint name. More...
 
void SetConstraintType (NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypes constraintType)
 Sets the constraint type
Created in NX7.5.0. More...
 
void SetEndRegionPoint (NXOpen::Point *endRegionPoint)
 Sets the end region point This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint . More...
 
void SetStartRegionPoint (NXOpen::Point *startRegionPoint)
 Sets the start region point. More...
 
NXOpen::ScCollectorStartRegionCurve ()
 Returns the start region curve This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesCurveToCurve or Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesCurveAlongCurve . More...
 
NXOpen::PointStartRegionPoint ()
 Returns the start region point. More...
 
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called. More...
 
- Public Member Functions inherited from NXOpen::TaggedObject
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

Represents a Boundary condition object for Metaform.

A Metaform feature can have one or more boundary conditions and each condition determines how the mapped geometry will be locked.
To create a new instance of this class, use NXOpen::Features::SheetMetal::MetaformBuilder::CreateSMBoundaryCondition

Created in NX7.5.0.

Member Enumeration Documentation

Types of Boundary condition constraints.

Enumerator
ConstraintTypesPointToPoint 

point to point

ConstraintTypesPointAlongCurve 

point along curve

ConstraintTypesCurveToCurve 

curve to curve

ConstraintTypesCurveAlongCurve 

curve along curve

Member Function Documentation

NXString NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintName ( )

Returns the constraint name.

If a constraint is added interactively, an automatic name will be generated for the users which can be edited. Each of the constraint name must be unique.
Created in NX7.5.0.

License requirements : None

NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypes NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintType ( )

Returns the constraint type
Created in NX7.5.0.



License requirements : None

NXOpen::ScCollector* NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::EndRegionCurve ( )

Returns the end region curve This input is required if the Constraint Type is NOT Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint .


Created in NX7.5.0.

License requirements : None

NXOpen::Point* NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::EndRegionPoint ( )

Returns the end region point This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint .


Created in NX7.5.0.

License requirements : None

void NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::SetConstraintName ( const NXString constraintName)

Sets the constraint name.

If a constraint is added interactively, an automatic name will be generated for the users which can be edited. Each of the constraint name must be unique.
Created in NX7.5.0.

License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
constraintNameconstraintname
void NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::SetConstraintName ( const char *  constraintName)

Sets the constraint name.

If a constraint is added interactively, an automatic name will be generated for the users which can be edited. Each of the constraint name must be unique.
Created in NX7.5.0.

License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
constraintNameconstraintname
void NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::SetConstraintType ( NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypes  constraintType)

Sets the constraint type
Created in NX7.5.0.



License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
constraintTypeconstrainttype
void NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::SetEndRegionPoint ( NXOpen::Point endRegionPoint)

Sets the end region point This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint .


Created in NX7.5.0.

License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
endRegionPointendregionpoint
void NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::SetStartRegionPoint ( NXOpen::Point startRegionPoint)

Sets the start region point.

This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint or Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointAlongCurve .
Created in NX7.5.0.

License requirements : adv_sheet_metal_dsgn ("ADVANCED SHEET METAL DESIGN")

Parameters
startRegionPointstartregionpoint
NXOpen::ScCollector* NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::StartRegionCurve ( )

Returns the start region curve This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesCurveToCurve or Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesCurveAlongCurve .


Created in NX7.5.0.

License requirements : None

NXOpen::Point* NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::StartRegionPoint ( )

Returns the start region point.

This input is required only if the Constraint Type is Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointToPoint or Features::SheetMetal::SMBoundaryConditionBuilder::ConstraintTypesPointAlongCurve .
Created in NX7.5.0.

License requirements : None

virtual bool NXOpen::Features::SheetMetal::SMBoundaryConditionBuilder::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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.