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

the General pattern definition. More...

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

Public Types

enum  FromLocationOptions { FromLocationOptionsPoint, FromLocationOptionsCsys }
 the from location options. More...
 

Public Member Functions

NXOpen::SelectNXObjectFromLocationCsys2d ()
 Returns the from location 2d csys
Created in NX8.0.0. More...
 
NXOpen::CoordinateSystemFromLocationCsys3d ()
 Returns the from location 3d csys
Created in NX8.0.0. More...
 
NXOpen::PointFromLocationPoint ()
 Returns the from location point
Created in NX8.0.0. More...
 
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions FromLocationType ()
 Returns the from location type
Created in NX8.0.0. More...
 
void SetFromLocationCsys3d (NXOpen::CoordinateSystem *csys)
 Sets the from location 3d csys
Created in NX8.0.0. More...
 
void SetFromLocationPoint (NXOpen::Point *point)
 Sets the from location point
Created in NX8.0.0. More...
 
void SetFromLocationType (NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions fromLocationType)
 Sets the from location type
Created in NX8.0.0. More...
 
NXOpen::SelectCoordinateSystemListToCsysList ()
 Returns the to csys list
Created in NX8.0.0. More...
 
NXOpen::SectionToPoints ()
 Returns the to points
Created in NX8.0.0. 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

the General pattern definition.


Created in NX8.0.0.

Member Enumeration Documentation

the from location options.

Enumerator
FromLocationOptionsPoint 

point

FromLocationOptionsCsys 

csys

Member Function Documentation

NXOpen::SelectNXObject* NXOpen::GeometricUtilities::GeneralPattern::FromLocationCsys2d ( )

Returns the from location 2d csys
Created in NX8.0.0.



License requirements : None

NXOpen::CoordinateSystem* NXOpen::GeometricUtilities::GeneralPattern::FromLocationCsys3d ( )

Returns the from location 3d csys
Created in NX8.0.0.



License requirements : None

NXOpen::Point* NXOpen::GeometricUtilities::GeneralPattern::FromLocationPoint ( )

Returns the from location point
Created in NX8.0.0.



License requirements : None

NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions NXOpen::GeometricUtilities::GeneralPattern::FromLocationType ( )

Returns the from location type
Created in NX8.0.0.



License requirements : None

void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationCsys3d ( NXOpen::CoordinateSystem csys)

Sets the from location 3d csys
Created in NX8.0.0.



License requirements : None

Parameters
csyscsys
void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationPoint ( NXOpen::Point point)

Sets the from location point
Created in NX8.0.0.



License requirements : None

Parameters
pointpoint
void NXOpen::GeometricUtilities::GeneralPattern::SetFromLocationType ( NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions  fromLocationType)

Sets the from location type
Created in NX8.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters
fromLocationTypefromlocationtype
NXOpen::SelectCoordinateSystemList* NXOpen::GeometricUtilities::GeneralPattern::ToCsysList ( )

Returns the to csys list
Created in NX8.0.0.



License requirements : None

NXOpen::Section* NXOpen::GeometricUtilities::GeneralPattern::ToPoints ( )

Returns the to points
Created in NX8.0.0.



License requirements : None

virtual bool NXOpen::GeometricUtilities::GeneralPattern::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.