NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Sketch::DimensionGeometry Struct Reference

Used in the dimension creation methods to indicate what geometry to create the dimension on. More...

Public Member Functions

 DimensionGeometry (NXOpen::NXObject *geometryInitial, NXOpen::Sketch::AssocType assocTypeInitial, int assocValueInitial, const NXOpen::Point3d &helpPointInitial, NXOpen::NXObject *viewInitial)
 Constructor for the DimensionGeometry struct. More...
 

Public Attributes

NXOpen::Sketch::AssocType AssocType
 assoc type More...
 
int AssocValue
 See table for meaning. More...
 
NXOpen::NXObjectGeometry
 geometry More...
 
NXOpen::Point3d HelpPoint
 help point More...
 
NXOpen::NXObjectView
 The view the geometry is dependent on, if any. More...
 

Detailed Description

Used in the dimension creation methods to indicate what geometry to create the dimension on.

Examples:
1. To specify the start point of line1
Geometry = line1
AssocType = StartPoint

Constructor & Destructor Documentation

NXOpen::Sketch::DimensionGeometry::DimensionGeometry ( NXOpen::NXObject geometryInitial,
NXOpen::Sketch::AssocType  assocTypeInitial,
int  assocValueInitial,
const NXOpen::Point3d helpPointInitial,
NXOpen::NXObject viewInitial 
)

Constructor for the DimensionGeometry struct.

Parameters
geometryInitialgeometry
assocTypeInitialassoc type
assocValueInitialSee table for meaning.
The AssocValue has the following meanings:
AssocType AssocValue meaning
---------- -------------------
Tangency parameter percentage (0 - 100) (used to find approximate tangent point)
CurvePoint the index number of the defining point of the spline(starting from 1)
all else not used
helpPointInitialhelp point
viewInitialThe view the geometry is dependent on, if any

Member Data Documentation

NXOpen::Sketch::AssocType NXOpen::Sketch::DimensionGeometry::AssocType

assoc type

int NXOpen::Sketch::DimensionGeometry::AssocValue

See table for meaning.

The AssocValue has the following meanings:
AssocType AssocValue meaning
---------- -------------------
Tangency parameter percentage (0 - 100) (used to find approximate tangent point)
CurvePoint the index number of the defining point of the spline(starting from 1)
all else not used
NXOpen::NXObject* NXOpen::Sketch::DimensionGeometry::Geometry

geometry

NXOpen::Point3d NXOpen::Sketch::DimensionGeometry::HelpPoint

help point

NXOpen::NXObject* NXOpen::Sketch::DimensionGeometry::View

The view the geometry is dependent on, if any.


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