Link Search Menu Expand Document

Geometry

Table of contents

  1. image Intersect Mesh
  2. Element to DirectShape
  3. Project Lines to Surface
  4. Draw Axis

image Intersect Mesh

/Buttons Geometry/WallTopographyIntersections.cs

Find intersection lines between Wall and Toposurface


Element to DirectShape

/Buttons Geometry/SATtoDirectShape.cs

Convert an element into a DirectShape. Deletes the original element.


Project Lines to Surface

/Buttons Geometry/ProjectLines.cs

Project lines onto a surface.


Draw Axis

/Buttons Geometry/DrawObjectAxis.cs

Draw local and global axis at a point on a beam surface. These axis can then be used to place beams.

image