Version: 9.12.0
SMESH_MeshEditor::ExtrusParam::PathPoint Struct Reference

Point on extrusion path. More...

#include <SMESH_MeshEditor.hxx>

Public Member Functions

 PathPoint ()
 

Data Fields

gp_Pnt myPnt
 
gp_Dir myTgt
 
double myAngle
 
double myScale
 

Detailed Description

Point on extrusion path.

Constructor & Destructor Documentation

◆ PathPoint()

SMESH_MeshEditor::ExtrusParam::PathPoint::PathPoint ( )

Field Documentation

◆ myAngle

double SMESH_MeshEditor::ExtrusParam::PathPoint::myAngle

◆ myPnt

gp_Pnt SMESH_MeshEditor::ExtrusParam::PathPoint::myPnt

◆ myScale

double SMESH_MeshEditor::ExtrusParam::PathPoint::myScale

◆ myTgt

gp_Dir SMESH_MeshEditor::ExtrusParam::PathPoint::myTgt