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

Pattern Reference Point is a service which enables the employing client to compute the reference point for pattern instance locations. More...

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

Public Member Functions

bool IsReferencePointInferred ()
 Returns the reference point inferred flag. More...
 
NXOpen::PointPoint ()
 Returns the reference point
Created in NX9.0.0. More...
 
void SetPoint (NXOpen::Point *point)
 Sets the reference point
Created in NX9.0.0. More...
 
void SetReferencePointInferred (bool isReferencePointInferred)
 Sets the reference point inferred flag. 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

Pattern Reference Point is a service which enables the employing client to compute the reference point for pattern instance locations.

The reference point can be inferred or user-selected
Created in NX9.0.0.

Member Function Documentation

bool NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::IsReferencePointInferred ( )

Returns the reference point inferred flag.

This flag states whether the reference point is inferred from selected entites or not. If 'true', the reference point will be inferred every time the selected entities get modified or updated. If 'false', the reference point provided by the user will be independent of the selected entities but will be associative to the rule by which it was created (e.g. End of Line, Center of Arc).
Created in NX9.0.0.

License requirements : None

NXOpen::Point* NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::Point ( )

Returns the reference point
Created in NX9.0.0.



License requirements : None

void NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::SetPoint ( NXOpen::Point point)

Sets the reference point
Created in NX9.0.0.



License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
pointpoint
void NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::SetReferencePointInferred ( bool  isReferencePointInferred)

Sets the reference point inferred flag.

This flag states whether the reference point is inferred from selected entites or not. If 'true', the reference point will be inferred every time the selected entities get modified or updated. If 'false', the reference point provided by the user will be independent of the selected entities but will be associative to the rule by which it was created (e.g. End of Line, Center of Arc).
Created in NX9.0.0.

License requirements : solid_modeling ("SOLIDS MODELING") OR cam_base ("CAM BASE") OR insp_programming ("INSPECTION PROGRAMMING")

Parameters
isReferencePointInferredisreferencepointinferred
virtual bool NXOpen::GeometricUtilities::PatternReferencePointServiceBuilder::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.