API Reference

Detailed and full API reference helps you master Tekla development

This is the most recent version of Tekla Open API.
For older versions, please visit Tekla Warehouse.

GridPlane Constructor

Overload List
  NameDescription
Public methodGridPlane
Creates a new grid plane instance.

The default values are as follows:

  • Plane = new Plane();
  • Plane.Origin = new Point(500.0, 500.0, 0.0);
  • Plane.AxisX = new Vector(2000.0, 0.0, 0.0);
  • Plane.AxisY = new Vector(0.0, 0.0, 2000.0);
  • Label = "Default";
  • IsMagnetic = false;
  • ExtensionLeft = 2000.0;
  • ExtensionRight = 2000.0;
  • ExtensionBelow = 2000.0;
  • ExtensionAbove = 2000.0;
  • DrawingVisibility = false;
Public methodGridPlane(Plane, String)
Creates a new grid plane instance taking the plane and label as input.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.