Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
Plate_LinearXYZConstraint Class Reference

define on or several constraints as linear combination of PinPointConstraint unlike the LinearScalarConstraint, usage of this kind of constraint preserve the X,Y and Z uncoupling. More...

#include <Plate_LinearXYZConstraint.hxx>

Public Member Functions

 Plate_LinearXYZConstraint ()
 
 Plate_LinearXYZConstraint (const NCollection_Array1< Plate_PinpointConstraint > &thePPC, const NCollection_Array1< double > &theCoeff)
 
 Plate_LinearXYZConstraint (const NCollection_Array1< Plate_PinpointConstraint > &thePPC, const NCollection_Array2< double > &theCoeff)
 
 Plate_LinearXYZConstraint (const int ColLen, const int RowLen)
 
const NCollection_Array1< Plate_PinpointConstraint > & GetPPC () const
 
const NCollection_Array2< double > & Coeff () const
 
void SetPPC (const int Index, const Plate_PinpointConstraint &Value)
 Sets the PinPointConstraint of index Index to Value raise if Index is greater than the length of PPC or the Row length of coeff or lower than 1.
 
void SetCoeff (const int Row, const int Col, const double Value)
 Sets the coeff of index (Row,Col) to Value raise if Row (respectively Col) is greater than the Row (respectively Column) length of coeff.
 

Detailed Description

define on or several constraints as linear combination of PinPointConstraint unlike the LinearScalarConstraint, usage of this kind of constraint preserve the X,Y and Z uncoupling.

Constructor & Destructor Documentation

◆ Plate_LinearXYZConstraint() [1/4]

Plate_LinearXYZConstraint::Plate_LinearXYZConstraint ( )

◆ Plate_LinearXYZConstraint() [2/4]

Plate_LinearXYZConstraint::Plate_LinearXYZConstraint ( const NCollection_Array1< Plate_PinpointConstraint > & thePPC,
const NCollection_Array1< double > & theCoeff )

◆ Plate_LinearXYZConstraint() [3/4]

Plate_LinearXYZConstraint::Plate_LinearXYZConstraint ( const NCollection_Array1< Plate_PinpointConstraint > & thePPC,
const NCollection_Array2< double > & theCoeff )

◆ Plate_LinearXYZConstraint() [4/4]

Plate_LinearXYZConstraint::Plate_LinearXYZConstraint ( const int ColLen,
const int RowLen )

Member Function Documentation

◆ Coeff()

const NCollection_Array2< double > & Plate_LinearXYZConstraint::Coeff ( ) const

◆ GetPPC()

const NCollection_Array1< Plate_PinpointConstraint > & Plate_LinearXYZConstraint::GetPPC ( ) const

◆ SetCoeff()

void Plate_LinearXYZConstraint::SetCoeff ( const int Row,
const int Col,
const double Value )

Sets the coeff of index (Row,Col) to Value raise if Row (respectively Col) is greater than the Row (respectively Column) length of coeff.

◆ SetPPC()

void Plate_LinearXYZConstraint::SetPPC ( const int Index,
const Plate_PinpointConstraint & Value )

Sets the PinPointConstraint of index Index to Value raise if Index is greater than the length of PPC or the Row length of coeff or lower than 1.


The documentation for this class was generated from the following file: