C# Class CascadeSharp.TKTopAlgo.BRepGProp.BRepGProp_Cinert

Inheritance: GProp_GProps
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
BRepGProp_Cinert ( ) : System
BRepGProp_Cinert ( BRepAdaptor_Curve C, gp_Pnt CLocation ) : System
BRepGProp_Cinert ( BRepGProp_Cinert parameter1 ) : System
Perform ( BRepAdaptor_Curve C ) : void
SetLocation ( gp_Pnt CLocation ) : void

Method Details

BRepGProp_Cinert() public method

public BRepGProp_Cinert ( ) : System
return System

BRepGProp_Cinert() public method

public BRepGProp_Cinert ( BRepAdaptor_Curve C, gp_Pnt CLocation ) : System
C BRepAdaptor_Curve
CLocation gp_Pnt
return System

BRepGProp_Cinert() public method

public BRepGProp_Cinert ( BRepGProp_Cinert parameter1 ) : System
parameter1 BRepGProp_Cinert
return System

Perform() public method

public Perform ( BRepAdaptor_Curve C ) : void
C BRepAdaptor_Curve
return void

SetLocation() public method

public SetLocation ( gp_Pnt CLocation ) : void
CLocation gp_Pnt
return void