| Method Summary |
| static SectionEntityArc | SectionEntityArc_Create
(Point2D Center, double StartAng, double EndAng, double radius)
|
| static SectionEntityBlendVertex | SectionEntityBlendVertex_Create
(Point2D pnt, int DepthLevel)
|
| static SectionEntityCenterLine | SectionEntityCenterLine_Create
(Outline2D Centerline)
|
| static SectionEntityCircle | SectionEntityCircle_Create
(Point2D Center, double Rad)
|
| static SectionEntityConic | SectionEntityConic_Create
(Point2D FirstEndpnt, Point2D SecondEndpnt, Point2D ShoulderEndpnt, double Parameter)
|
| static SectionEntityCSys | SectionEntityCSys_Create
(Point2D point)
|
| static SectionEntityEllipse | SectionEntityEllipse_Create
(Point2D center, double XRadius, double YRadius)
|
| static SectionEntityLine | SectionEntityLine_Create
(Outline2D Line)
|
| static SectionEntityPoint | SectionEntityPoint_Create
(Point2D Pnt)
|
| static SectionEntityPolyline | SectionEntityPolyline_Create
(Point2Ds Pnts)
|
| static SectionEntitySpline | SectionEntitySpline_Create
(SplineTangentType Tantype, Point2Ds Pnts, double StartTangAngle, double EndTangAngle)
|
| static SectionEntityText | SectionEntityText_Create
(Point2D FirstCorner, Point2D SecondCorner, String Comment)
|