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

the General pattern definition. More...

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

List of all members.

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.
NXOpen::CoordinateSystemFromLocationCsys3d ()
 Returns the from location 3d csys
Created in NX8.0.0.
NXOpen::PointFromLocationPoint ()
 Returns the from location point
Created in NX8.0.0.
NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions FromLocationType ()
 Returns the from location type
Created in NX8.0.0.
void SetFromLocationCsys3d (NXOpen::CoordinateSystem *csys)
 Sets the from location 3d csys
Created in NX8.0.0.
void SetFromLocationPoint (NXOpen::Point *point)
 Sets the from location point
Created in NX8.0.0.
void SetFromLocationType (NXOpen::GeometricUtilities::GeneralPattern::FromLocationOptions fromLocationType)
 Sets the from location type
Created in NX8.0.0.
NXOpen::SelectCoordinateSystemListToCsysList ()
 Returns the to csys list
Created in NX8.0.0.
NXOpen::SectionToPoints ()
 Returns the to points
Created in NX8.0.0.
virtual bool Validate ()
 Validate whether the inputs to the component are sufficient for commit to be called.

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

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



License requirements : None

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



License requirements : None

Returns the from location point
Created in NX8.0.0.



License requirements : None

Returns the from location type
Created in NX8.0.0.



License requirements : None

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



License requirements : None

Parameters:
csyscsys

Sets the from location point
Created in NX8.0.0.



License requirements : None

Parameters:
pointpoint

Sets the from location type
Created in NX8.0.0.



License requirements : solid_modeling ("SOLIDS MODELING")

Parameters:
fromLocationTypefromlocationtype

Returns the to csys list
Created in NX8.0.0.



License requirements : None

Returns the to points
Created in NX8.0.0.



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.


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