Method CreateBRepPlane
CreateBRepPlane(double, double, Matrix4)
Creates a BRep Plane whose normal is the Z axis centered on O
Declaration
public uint CreateBRepPlane(double length, double width, Matrix4 matrix = null)
Parameters
Type | Name | Description |
---|---|---|
double | length | Plane length (X axis) |
double | width | Plane width (Y axis) |
Matrix4 | matrix | Positionning matrix of the Plane |
Returns
Type | Description |
---|---|
uint |