MassElementCreateObround
Method
|
Namespace: Teigha.Aec.DatabaseServices
Assembly: TA_Mgd (in TA_Mgd.dll) Version:
26.3.0.0
Syntax
public void CreateObround(
double width,
double height,
Point3d startPt,
Point3d endPt
)
Public Sub CreateObround (
width As Double,
height As Double,
startPt As Point3d,
endPt As Point3d
)
public:
void CreateObround(
double width,
double height,
Point3d startPt,
Point3d endPt
)
member CreateObround :
width : float *
height : float *
startPt : Point3d *
endPt : Point3d -> unit
Parameters
- width Double
-
- height Double
-
- startPt Point3d
-
- endPt Point3d
-
See Also