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

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

List of all members.

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.

Public Attributes

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

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
            AssocValue = 0

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

assoc type

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

geometry

help point

The view the geometry is dependent on, if any.


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