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

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.

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

Getter Method Signature JointMidPoint()

Returns:
Return type:NXOpen.Point3d

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

Setter Method

Signature JointMidPoint(value)

Parameters:value (NXOpen.Point3d) –

JointTangent

WeldJointBuilderJointMidPointData_Struct.JointTangent

The tangent at the joint mid point in absolute coordinates.

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

Getter Method Signature JointTangent()

Returns:
Return type:NXOpen.Vector3d

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

Setter Method

Signature JointTangent(value)

Parameters:value (NXOpen.Vector3d) –

PrimaryFaceNormal

WeldJointBuilderJointMidPointData_Struct.PrimaryFaceNormal

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

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

Getter Method Signature PrimaryFaceNormal()

Returns:
Return type:NXOpen.Vector3d

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

Setter Method

Signature PrimaryFaceNormal(value)

Parameters:value (NXOpen.Vector3d) –

SecondaryFaceNormal

WeldJointBuilderJointMidPointData_Struct.SecondaryFaceNormal

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

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

Getter Method Signature SecondaryFaceNormal()

Returns:
Return type:NXOpen.Vector3d

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

Setter Method

Signature SecondaryFaceNormal(value)

Parameters:value (NXOpen.Vector3d) –

GroovePrimaryDirection

WeldJointBuilderJointMidPointData_Struct.GroovePrimaryDirection

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

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

Getter Method Signature GroovePrimaryDirection()

Returns:
Return type:NXOpen.Vector3d

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

Setter Method

Signature GroovePrimaryDirection(value)

Parameters:value (NXOpen.Vector3d) –

GrooveAlignedWithPrimary

WeldJointBuilderJointMidPointData_Struct.GrooveAlignedWithPrimary

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

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

Getter Method Signature GrooveAlignedWithPrimary()

Returns:
Return type:bool

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

Setter Method

Signature GrooveAlignedWithPrimary(value)

Parameters:value (bool) –