PolyRectangle

A PolyRectangle

Properties

CADFile
readonly

CADFile
The name of the layer that contains this primitive.

 
CanConvertToPolylines
readonly

System.Boolean
 

 
Closed

System.Boolean
 

 
CornerRadius

System.Double
Radius of rounded corners

 
Direction
readonly

CamBam.Geom.RotationDirection
 

 
Height

System.Double
The height of the PolyRectangle.

 
ID

System.Int32
This is a unique ID used to select objects within scripts.

 
Layer
readonly

Layer
The name of the layer that contains this primitive.

 
LowerLeft

Point3F
The center of the circle

 
LowerLeftPoint

System.String
A string representation of the lower left point (useful in serialisation)

 
NumSegments
readonly

System.Int32
 

 
Parent

System.Object
This primitive's parent object. This may be a GOBLayer.

 
Points

CamBam.CAD.PolylineItemList
 

 
PrimitiveType
readonly

System.String
A string representation of this primitive's type

 
SubPrimitives
readonly

System.Collections.ArrayList
Used internally.

 
Tag

System.String
 

 
Transform

CamBam.Geom.Matrix4x4F
 

 
Width

System.Double
The width of the PolyRectangle.

 

Methods

ApplyTransformation
Boolean ApplyTransformation (Matrix4x4F xm)  
Clone
Entity Clone ()  
CloneFrom
Void CloneFrom (Entity src)  
ConvertToPolylines
Polyline[] ConvertToPolylines (Boolean apply_transformations)  
Update
Void Update ()  
Copyright (c) 2011 HexRay Ltd