C# Class CascadeSharp.TKPrim.BRepPrim.BRepPrim_Sphere

Inheritance: CascadeSharp.TKPrim.BRepPrim.BRepPrim_Revolution
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepPrim_Sphere ( ) : System
BRepPrim_Sphere ( BRepPrim_Sphere parameter1 ) : System
BRepPrim_Sphere ( double Radius ) : System
BRepPrim_Sphere ( gp_Ax2 Axes, double Radius ) : System
BRepPrim_Sphere ( gp_Pnt Center, double Radius ) : System
MakeEmptyLateralFace ( ) : TopoDS_Face
SetMeridian ( ) : void

Method Details

BRepPrim_Sphere() public method

public BRepPrim_Sphere ( ) : System
return System

BRepPrim_Sphere() public method

public BRepPrim_Sphere ( BRepPrim_Sphere parameter1 ) : System
parameter1 BRepPrim_Sphere
return System

BRepPrim_Sphere() public method

public BRepPrim_Sphere ( double Radius ) : System
Radius double
return System

BRepPrim_Sphere() public method

public BRepPrim_Sphere ( gp_Ax2 Axes, double Radius ) : System
Axes gp_Ax2
Radius double
return System

BRepPrim_Sphere() public method

public BRepPrim_Sphere ( gp_Pnt Center, double Radius ) : System
Center gp_Pnt
Radius double
return System

MakeEmptyLateralFace() public method

public MakeEmptyLateralFace ( ) : TopoDS_Face
return TopoDS_Face

SetMeridian() public method

public SetMeridian ( ) : void
return void