NX Open C++ Reference Guide
Public Member Functions | Public Attributes | List of all members
NXOpen::Motion::PackagingMeasureBuilder::GeometryData Struct Reference

Represents geometry data. More...

Public Member Functions

 GeometryData (NXOpen::DisplayableObject *geometryInitial, const NXOpen::Point3d &pointInitial, const NXOpen::Vector3d &vectorInitial, NXOpen::Direction *directionInitial)
 Constructor for the GeometryData struct. More...
 

Public Attributes

NXOpen::DirectionDirection
 Direction tag. More...
 
NXOpen::DisplayableObjectGeometry
 Geometry. More...
 
NXOpen::Point3d Point
 Start point. More...
 
NXOpen::Vector3d Vector
 Initial vector. More...
 

Detailed Description

Represents geometry data.

The direction tag covers point and vector. The direction tag can be smart one, but point and vector cannot. It is recommened to use direction rather than point and vector

Constructor & Destructor Documentation

NXOpen::Motion::PackagingMeasureBuilder::GeometryData::GeometryData ( NXOpen::DisplayableObject geometryInitial,
const NXOpen::Point3d pointInitial,
const NXOpen::Vector3d vectorInitial,
NXOpen::Direction directionInitial 
)

Constructor for the GeometryData struct.

Parameters
geometryInitialGeometry
pointInitialStart point
vectorInitialInitial vector
directionInitialDirection tag

Member Data Documentation

NXOpen::Direction* NXOpen::Motion::PackagingMeasureBuilder::GeometryData::Direction

Direction tag.

NXOpen::DisplayableObject* NXOpen::Motion::PackagingMeasureBuilder::GeometryData::Geometry

Geometry.

NXOpen::Point3d NXOpen::Motion::PackagingMeasureBuilder::GeometryData::Point

Start point.

NXOpen::Vector3d NXOpen::Motion::PackagingMeasureBuilder::GeometryData::Vector

Initial vector.


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