GeometricPropertiesCaeCurve_Struct Struct

NXOpen.GeometricAnalysis.GeometricProperties.CaeCurve is an alias for NXOpen.GeometricAnalysis.GeometricPropertiesCaeCurve_Struct

class NXOpen.GeometricAnalysis.GeometricPropertiesCaeCurve_Struct

Bases: object

CAE Edge/Curve Geometric Properties .

Constructor: NXOpen.GeometricAnalysis.GeometricProperties.CaeCurve()

Fields

Field Description
ArcLengthParameter ArcLength parametrization
UnitArcLengthParameter UnitArcLength parametrization
ClosestPointInWcs closest point on curve in Work Part Coordinates
NormalInWcs normal of closest point in Work Part Coordinates
TangentInWcs tangent of closest point in Work Part Coordinates
Tangent tangent of closest point in Root Part Coordinates
Normal normal of closest point in Root Part Coordinates
ClosestPoint closest point on curve in Root Part Coordinates

ArcLengthParameter

GeometricPropertiesCaeCurve_Struct.ArcLengthParameter

ArcLength parametrization -------------------------------------

Field Value Type:float

UnitArcLengthParameter

GeometricPropertiesCaeCurve_Struct.UnitArcLengthParameter

UnitArcLength parametrization -------------------------------------

Field Value Type:float

ClosestPointInWcs

GeometricPropertiesCaeCurve_Struct.ClosestPointInWcs

closest point on curve in Work Part Coordinates -------------------------------------

Field Value Type:NXOpen.Point3d

NormalInWcs

GeometricPropertiesCaeCurve_Struct.NormalInWcs

normal of closest point in Work Part Coordinates -------------------------------------

Field Value Type:NXOpen.Vector3d

TangentInWcs

GeometricPropertiesCaeCurve_Struct.TangentInWcs

tangent of closest point in Work Part Coordinates -------------------------------------

Field Value Type:NXOpen.Vector3d

Tangent

GeometricPropertiesCaeCurve_Struct.Tangent

tangent of closest point in Root Part Coordinates -------------------------------------

Field Value Type:NXOpen.Vector3d

Normal

GeometricPropertiesCaeCurve_Struct.Normal

normal of closest point in Root Part Coordinates -------------------------------------

Field Value Type:NXOpen.Vector3d

ClosestPoint

GeometricPropertiesCaeCurve_Struct.ClosestPoint

closest point on curve in Root Part Coordinates -------------------------------------

Field Value Type:NXOpen.Point3d