NX Open C++ Reference Guide
Public Member Functions | Public Attributes
NXOpen::GeometricAnalysis::GeometricProperties::CaeCurve Struct Reference

CAE Edge/Curve Geometric Properties. More...

List of all members.

Public Member Functions

 CaeCurve (double arcLengthParameterInitial, double unitArcLengthParameterInitial, const NXOpen::Point3d &closestPointInWcsInitial, const NXOpen::Vector3d &normalInWcsInitial, const NXOpen::Vector3d &tangentInWcsInitial, const NXOpen::Vector3d &tangentInitial, const NXOpen::Vector3d &normalInitial, const NXOpen::Point3d &closestPointInitial)
 Constructor for the CaeCurve struct.

Public Attributes

double ArcLengthParameter
 ArcLength parametrization.
NXOpen::Point3d ClosestPoint
 closest point on curve in Root Part Coordinates
NXOpen::Point3d ClosestPointInWcs
 closest point on curve in Work Part Coordinates
NXOpen::Vector3d Normal
 normal of closest point in Root Part Coordinates
NXOpen::Vector3d NormalInWcs
 normal of closest point in Work Part Coordinates
NXOpen::Vector3d Tangent
 tangent of closest point in Root Part Coordinates
NXOpen::Vector3d TangentInWcs
 tangent of closest point in Work Part Coordinates
double UnitArcLengthParameter
 UnitArcLength parametrization.

Detailed Description

CAE Edge/Curve Geometric Properties.


Constructor & Destructor Documentation

NXOpen::GeometricAnalysis::GeometricProperties::CaeCurve::CaeCurve ( double  arcLengthParameterInitial,
double  unitArcLengthParameterInitial,
const NXOpen::Point3d closestPointInWcsInitial,
const NXOpen::Vector3d normalInWcsInitial,
const NXOpen::Vector3d tangentInWcsInitial,
const NXOpen::Vector3d tangentInitial,
const NXOpen::Vector3d normalInitial,
const NXOpen::Point3d closestPointInitial 
)

Constructor for the CaeCurve struct.

Parameters:
arcLengthParameterInitialArcLength parametrization
unitArcLengthParameterInitialUnitArcLength parametrization
closestPointInWcsInitialclosest point on curve in Work Part Coordinates
normalInWcsInitialnormal of closest point in Work Part Coordinates
tangentInWcsInitialtangent of closest point in Work Part Coordinates
tangentInitialtangent of closest point in Root Part Coordinates
normalInitialnormal of closest point in Root Part Coordinates
closestPointInitialclosest point on curve in Root Part Coordinates

Member Data Documentation

ArcLength parametrization.

closest point on curve in Root Part Coordinates

closest point on curve in Work Part Coordinates

normal of closest point in Root Part Coordinates

normal of closest point in Work Part Coordinates

tangent of closest point in Root Part Coordinates

tangent of closest point in Work Part Coordinates

UnitArcLength parametrization.


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