NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Public Attributes | List of all members
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...

Public Member Functions

 ConstraintGeometryHelp (NXOpen.Sketch.ConstraintGeometryHelpType Type, NXOpen.Point3d Point, double Parameter)
 Constructor for the ConstraintGeometryHelp struct. More...
 

Public Attributes

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

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  Type,
NXOpen.Point3d  Point,
double  Parameter 
)
inline

Constructor for the ConstraintGeometryHelp struct.

Parameters
TypePoint or Parameter
PointIgnored unless type is Point
ParameterIgnored unless type is Parameter. Represents a parameter, typically along a curve

Member Data Documentation

double NXOpen.Sketch.ConstraintGeometryHelp.Parameter

Ignored unless type is Parameter.

Represents a parameter, typically along a curve

NXOpen.Point3d NXOpen.Sketch.ConstraintGeometryHelp.Point

Ignored unless type is Point

NXOpen.Sketch.ConstraintGeometryHelpType NXOpen.Sketch.ConstraintGeometryHelp.Type

Point or Parameter


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