Class BendData
- Namespace
- IdeaRS.OpenModel.Connection
- Assembly
- IdeaRS.OpenModel.dll
Provides data of bend
public class BendData
Inheritance
Inherited Members
Properties
EndFaceNormal1
End Face Normal vector
public Vector3D EndFaceNormal1 { get; set; }
Property Value
Plate1Id
First plate
public int Plate1Id { get; set; }
Property Value
Plate2Id
Second plate
public int Plate2Id { get; set; }
Property Value
Point1OfSideBoundary1
Side boundary first plate point 1
public Point3D Point1OfSideBoundary1 { get; set; }
Property Value
Point1OfSideBoundary2
Side boundary second plate point 1
public Point3D Point1OfSideBoundary2 { get; set; }
Property Value
Point2OfSideBoundary1
Side boundary first plate point 2
public Point3D Point2OfSideBoundary1 { get; set; }
Property Value
Point2OfSideBoundary2
Side boundary second plate point 2
public Point3D Point2OfSideBoundary2 { get; set; }
Property Value
Radius
Radius of bend
public double Radius { get; set; }