C3D Toolkit  Kernel - 117982, Vision - 2.9.2.2

Parameter for an unwrapping the face on a plane. More...

#include <op_shell_parameter.h>

+ Collaboration diagram for RectifyValues:

Public Member Functions

 RectifyValues ()
 Default constructor. More...
 
 RectifyValues (const MbPlacement3D &pl, const MbCartPoint &r, const MbStepData &s, double m=0.25, bool fset=false)
 Constructor by way of modification and movement vector.
 
 RectifyValues (const RectifyValues &other)
 Copy-constructor.
 
 ~RectifyValues ()
 Destructor.
 
void Init (const RectifyValues &other)
 Copy function.
 
RectifyValuesoperator= (const RectifyValues &other)
 Assignment operator.
 
void Transform (const MbMatrix3D &matr)
 Transform an object according to the matrix.
 
void Move (const MbVector3D &to)
 Move an object along a vector.
 
void Rotate (const MbAxis3D &axis, double ang)
 Rotate an object at a given angle around an axis.
 
bool IsSame (const RectifyValues &other, double accuracy) const
 Determine whether an object is equal?
 

Protected Attributes

MbPlacement3D place
 The local coordinate system for result surface.
 
MbCartPoint init
 The parameters of the surface, which will correspond to the origin of the place.
 
MbStepData stepData
 Data for step calculation during triangulation.
 
double myu
 The Poisson's ratio of face material.
 
bool faceted
 Add to the attributes a mosaic object (true), or don't.
 

Detailed Description

Parameter for an unwrapping the face on a plane.

Parameter for an unwrapping the face on a plane.
The parameters contain information about the scan position and material properties.

Constructor & Destructor Documentation

◆ RectifyValues()

RectifyValues::RectifyValues ( )
inline

Default constructor.

Constructor of operation parameters of removing the specified faces from the solid.


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