Click or drag to resize

ShapeFactory Class

Represents a method that creates an instance of each shape class.
Inheritance Hierarchy
SystemObject
  RootPro.RootProCADShapeFactory

Namespace:  RootPro.RootProCAD
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract class ShapeFactory

The ShapeFactory type exposes the following members.

Constructors
  NameDescription
Protected methodShapeFactory
Initializes a new instance of the ShapeFactory class
Top
Methods
  NameDescription
Public methodCreateAngularDimension
Create a new instance of angle dimension.
Public methodCreateArc
Create a new instance of an arc.
Public methodCreateArcDimension
Create a new instance of arc dimension.
Public methodCreateAttribute
Create a new instance of an attribute.
Public methodCreateBalloon
Create a new instance of the balloon.
Public methodCreateBSplineCurve
Create a new instance of B spline.
Public methodCreateCircle
Create a new instance of a circle.
Public methodCreateDiameterDimension
Create a new instance of the diameter dimension.
Public methodCreateDrawComponent
Create a new instance of the drawing component.
Public methodCreateEllipse
Create a new instance of an ellipse.
Public methodCreateEllipseArc
Create a new instance of elliptical arc.
Public methodCreateHalfInfiniteLine
Create a new instance of semi-infinite line.
Public methodCreateHatch(Shape)
Create a new instance of hatching.
Public methodCreateHatch(Shape, Int32)
Create a new instance of hatching.
Public methodCreateImage(String, Point2d, Point2d)
Create a new instance of the image.
Public methodCreateImage(String, Point2d, Alignment, Double)
Create a new instance of the image.
Public methodCreateImage(String, Point2d, Alignment, Double, Double, Double)
Create a new instance of the image.
Public methodCreateInfiniteLine
Create a new instance of an infinite line.
Public methodCreateLead
Create a new instance of the leader.
Public methodCreateLine
Create a new instance of a line.
Public methodCreateLinearDimension
Create a new instance of length dimension.
Public methodCreateParallelDimension
Create a new instance of parallel dimensions.
Public methodCreatePointMarker
Create a new instance of point mark.
Public methodCreatePolyline
Create a new instance of a continuous line.
Public methodCreateRadiusDimension
Create a new instance of radial dimension.
Public methodCreateRegion(Shape)
Create a new instance of the region.
Public methodCreateRegion(Shape, Int32)
Create a new instance of the region.
Public methodCreateText(String, Point2d, Double)
Create a new instance of the character.
Public methodCreateText(String, Point2d, Alignment, Double)
Create a new instance of the character.
Public methodCreateTolerance
Create a new instance of geometric tolerance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also