WeldJointBuilderJointMidPointData_Struct Struct

NXOpen.Weld.WeldJointBuilder.JointMidPointData is an alias for NXOpen.Weld.WeldJointBuilderJointMidPointData_Struct

class NXOpen.Weld.WeldJointBuilderJointMidPointData_Struct

Bases: object

Joint evaluation information at the mid point.

Results are returned in absolute and ship coordinates . Constructor: NXOpen.Weld.WeldJointBuilder.JointMidPointData()

Fields

Field Description
JointMidPoint The mid point of the joint in absolute coordinates.
JointTangent The tangent at the joint mid point in absolute coordinates.
PrimaryFaceNormal The primary body face normal in absolute coordinates at the joint mid point.
SecondaryFaceNormal The secondary body face normal in absolute coordinates at the joint mid point.
GroovePrimaryDirection The direction in absolute coordinates towards the primary faces, and way from secondary faces.
GrooveAlignedWithPrimary Indicates if the primary faces for the groove are farthest along a positive principal axis.

JointMidPoint

WeldJointBuilderJointMidPointData_Struct.JointMidPoint

The mid point of the joint in absolute coordinates.

-------------------------------------

Field Value Type:NXOpen.Point3d

JointTangent

WeldJointBuilderJointMidPointData_Struct.JointTangent

The tangent at the joint mid point in absolute coordinates.

-------------------------------------

Field Value Type:NXOpen.Vector3d

PrimaryFaceNormal

WeldJointBuilderJointMidPointData_Struct.PrimaryFaceNormal

The primary body face normal in absolute coordinates at the joint mid point.

-------------------------------------

Field Value Type:NXOpen.Vector3d

SecondaryFaceNormal

WeldJointBuilderJointMidPointData_Struct.SecondaryFaceNormal

The secondary body face normal in absolute coordinates at the joint mid point.

-------------------------------------

Field Value Type:NXOpen.Vector3d

GroovePrimaryDirection

WeldJointBuilderJointMidPointData_Struct.GroovePrimaryDirection

The direction in absolute coordinates towards the primary faces, and way from secondary faces.

-------------------------------------

Field Value Type:NXOpen.Vector3d

GrooveAlignedWithPrimary

WeldJointBuilderJointMidPointData_Struct.GrooveAlignedWithPrimary

Indicates if the primary faces for the groove are farthest along a positive principal axis.

-------------------------------------

Field Value Type:bool