C# Class CascadeSharp.TKTopAlgo.BRepBuilderAPI.BRepBuilderAPI_FindPlane

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepBuilderAPI_FindPlane ( ) : System
BRepBuilderAPI_FindPlane ( BRepBuilderAPI_FindPlane parameter1 ) : System
BRepBuilderAPI_FindPlane ( TopoDS_Shape S ) : System
BRepBuilderAPI_FindPlane ( TopoDS_Shape S, double Tol ) : System
Found ( ) : bool
Init ( TopoDS_Shape S ) : void
Init ( TopoDS_Shape S, double Tol ) : void
Plane ( ) : Geom_Plane

Method Details

BRepBuilderAPI_FindPlane() public method

public BRepBuilderAPI_FindPlane ( ) : System
return System

BRepBuilderAPI_FindPlane() public method

public BRepBuilderAPI_FindPlane ( BRepBuilderAPI_FindPlane parameter1 ) : System
parameter1 BRepBuilderAPI_FindPlane
return System

BRepBuilderAPI_FindPlane() public method

public BRepBuilderAPI_FindPlane ( TopoDS_Shape S ) : System
S TopoDS_Shape
return System

BRepBuilderAPI_FindPlane() public method

public BRepBuilderAPI_FindPlane ( TopoDS_Shape S, double Tol ) : System
S TopoDS_Shape
Tol double
return System

Found() public method

public Found ( ) : bool
return bool

Init() public method

public Init ( TopoDS_Shape S ) : void
S TopoDS_Shape
return void

Init() public method

public Init ( TopoDS_Shape S, double Tol ) : void
S TopoDS_Shape
Tol double
return void

Plane() public method

public Plane ( ) : Geom_Plane
return Geom_Plane