NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::Sketch::ConstraintGeometryHelp Struct Reference

Used by several constraint creation methods that need a help point or parameter to indicate how to create the constraint. More...

List of all members.

Public Member Functions

 ConstraintGeometryHelp (NXOpen::Sketch::ConstraintGeometryHelpType typeInitial, const NXOpen::Point3d &pointInitial, double parameterInitial)
 Constructor for the ConstraintGeometryHelp struct.

Public Attributes

double Parameter
 Ignored unless type is Parameter.
NXOpen::Point3d Point
 Ignored unless type is Point.
NXOpen::Sketch::ConstraintGeometryHelpType Type
 Point or Parameter.

Detailed Description

Used by several constraint creation methods that need a help point or parameter to indicate how to create the constraint.

The manner that the help point is used depends on the type of constraint


Constructor & Destructor Documentation

NXOpen::Sketch::ConstraintGeometryHelp::ConstraintGeometryHelp ( NXOpen::Sketch::ConstraintGeometryHelpType  typeInitial,
const NXOpen::Point3d pointInitial,
double  parameterInitial 
)

Constructor for the ConstraintGeometryHelp struct.

Parameters:
typeInitialPoint or Parameter
pointInitialIgnored unless type is Point
parameterInitialIgnored unless type is Parameter. Represents a parameter, typically along a curve

Member Data Documentation

Ignored unless type is Parameter.

Represents a parameter, typically along a curve

Ignored unless type is Point.

Point or Parameter.


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