C# Class CascadeSharp.TKTopAlgo.BRepBuilderAPI.BRepBuilderAPI

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepBuilderAPI ( ) : System
BRepBuilderAPI ( BRepBuilderAPI parameter1 ) : System
Plane ( ) : Geom_Plane
Plane ( Geom_Plane P ) : void
Precision ( ) : double
Precision ( double P ) : void

Method Details

BRepBuilderAPI() public method

public BRepBuilderAPI ( ) : System
return System

BRepBuilderAPI() public method

public BRepBuilderAPI ( BRepBuilderAPI parameter1 ) : System
parameter1 BRepBuilderAPI
return System

Plane() public method

public Plane ( ) : Geom_Plane
return Geom_Plane

Plane() public method

public Plane ( Geom_Plane P ) : void
P Geom_Plane
return void

Precision() public method

public Precision ( ) : double
return double

Precision() public method

public Precision ( double P ) : void
P double
return void