Class WeldSegment
WeldSegment represents the position and orientation in the model of a logical segment of a weld. The segment may be stitched, so the weld between the two points of the segment may not be continuous.
Inheritance
System.Object
WeldSegment
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: DesignData.SDS2.Model
Assembly: DesignData.SDS2.Model.dll
Syntax
public class WeldSegment
Properties
p1
End point of a logical weld segment.
Declaration
public Point3D p1 { get; set; }
Property Value
Type | Description |
---|---|
Point3D |
p2
End point of a logical weld segment.
Declaration
public Point3D p2 { get; set; }
Property Value
Type | Description |
---|---|
Point3D |
Methods
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()