Struct WeldJointBuilder.JointMidPointData
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Weld
Assembly: NXOpen.dll
Syntax
public struct JointMidPointData
Fields
GrooveAlignedWithPrimary
Declaration
public bool GrooveAlignedWithPrimary
Field Value
Type | Description |
---|---|
System.Boolean |
GroovePrimaryDirection
Declaration
public Vector3d GroovePrimaryDirection
Field Value
Type | Description |
---|---|
Vector3d |
JointMidPoint
Declaration
public Point3d JointMidPoint
Field Value
Type | Description |
---|---|
Point3d |
JointTangent
Declaration
public Vector3d JointTangent
Field Value
Type | Description |
---|---|
Vector3d |
PrimaryFaceNormal
Declaration
public Vector3d PrimaryFaceNormal
Field Value
Type | Description |
---|---|
Vector3d |
SecondaryFaceNormal
Declaration
public Vector3d SecondaryFaceNormal
Field Value
Type | Description |
---|---|
Vector3d |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()