C# Class CascadeSharp.TKGeomAlgo.Plate.Plate_LinearScalarConstraint

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Coeff ( ) : TColgp_Array2OfXYZ
GetPPC ( ) : CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint
Plate_LinearScalarConstraint ( ) : System
Plate_LinearScalarConstraint ( CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint thePPC, TColgp_Array1OfXYZ theCoeff ) : System
Plate_LinearScalarConstraint ( CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint thePPC, TColgp_Array2OfXYZ theCoeff ) : System
Plate_LinearScalarConstraint ( Plate_LinearScalarConstraint parameter1 ) : System
Plate_LinearScalarConstraint ( Plate_PinpointConstraint thePPC1, gp_XYZ theCoeff ) : System
Plate_LinearScalarConstraint ( int ColLen, int RowLen ) : System
SetCoeff ( int Row, int Col, gp_XYZ Value ) : void
SetPPC ( int Index, Plate_PinpointConstraint Value ) : void

Method Details

Coeff() public method

public Coeff ( ) : TColgp_Array2OfXYZ
return TColgp_Array2OfXYZ

GetPPC() public method

public GetPPC ( ) : CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint
return CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( ) : System
return System

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint thePPC, TColgp_Array1OfXYZ theCoeff ) : System
thePPC CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint
theCoeff TColgp_Array1OfXYZ
return System

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint thePPC, TColgp_Array2OfXYZ theCoeff ) : System
thePPC CascadeSharp.TKGeomAlgo.Plate.Plate_Array1OfPinpointConstraint
theCoeff TColgp_Array2OfXYZ
return System

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( Plate_LinearScalarConstraint parameter1 ) : System
parameter1 Plate_LinearScalarConstraint
return System

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( Plate_PinpointConstraint thePPC1, gp_XYZ theCoeff ) : System
thePPC1 Plate_PinpointConstraint
theCoeff gp_XYZ
return System

Plate_LinearScalarConstraint() public method

public Plate_LinearScalarConstraint ( int ColLen, int RowLen ) : System
ColLen int
RowLen int
return System

SetCoeff() public method

public SetCoeff ( int Row, int Col, gp_XYZ Value ) : void
Row int
Col int
Value gp_XYZ
return void

SetPPC() public method

public SetPPC ( int Index, Plate_PinpointConstraint Value ) : void
Index int
Value Plate_PinpointConstraint
return void