Version: 8.3.0
Main Page
Related Pages
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Groups
Pages
What Is
1
# What Is
2
3
import
salome
4
salome.salome_init()
5
import
GEOM
6
from
salome.geom
import
geomBuilder
7
geompy = geomBuilder.New(salome.myStudy)
8
9
# create a box
10
box = geompy.MakeBoxDXDYDZ(100,30,100)
11
Descr = geompy.WhatIs(box)
12
print
"\nBox 100x30x100 description:"
13
print
Descr
Download this script
Introduction to Geometry
Geometry module Python Interface
Python Interface geomBuilder.py
Measurement Tools
Copyright © 2007-2017 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS