mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-26 00:20:48 +05:00
Add new values for pipe, vector, thrusections
This commit is contained in:
parent
dca6e50620
commit
60374640ba
@ -79,6 +79,8 @@
|
|||||||
|
|
||||||
#define GEOM_MARKER 39
|
#define GEOM_MARKER 39
|
||||||
|
|
||||||
|
#define GEOM_THRUSECTIONS 40
|
||||||
|
|
||||||
//GEOM_Function types
|
//GEOM_Function types
|
||||||
|
|
||||||
#define COPY_WITH_REF 1
|
#define COPY_WITH_REF 1
|
||||||
@ -93,6 +95,7 @@
|
|||||||
|
|
||||||
#define VECTOR_TWO_PNT 1
|
#define VECTOR_TWO_PNT 1
|
||||||
#define VECTOR_DX_DY_DZ 2
|
#define VECTOR_DX_DY_DZ 2
|
||||||
|
#define VECTOR_TANGENT_CURVE_PAR 3
|
||||||
|
|
||||||
#define PLANE_PNT_VEC 1
|
#define PLANE_PNT_VEC 1
|
||||||
#define PLANE_FACE 2
|
#define PLANE_FACE 2
|
||||||
@ -152,6 +155,10 @@
|
|||||||
#define REVOLUTION_BASE_AXIS_ANGLE 1
|
#define REVOLUTION_BASE_AXIS_ANGLE 1
|
||||||
|
|
||||||
#define PIPE_BASE_PATH 1
|
#define PIPE_BASE_PATH 1
|
||||||
|
#define PIPE_DIFFERENT_SECTIONS 2
|
||||||
|
|
||||||
|
#define THRUSECTIONS_RULED 1
|
||||||
|
#define THRUSECTIONS_SMOOTHED 2
|
||||||
|
|
||||||
#define BOOLEAN_COMMON 1
|
#define BOOLEAN_COMMON 1
|
||||||
#define BOOLEAN_CUT 2
|
#define BOOLEAN_CUT 2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user