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.

SurfaceTreatment Properties

The SurfaceTreatment type exposes the following members.

Properties
  NameDescription
Public propertyClass
The class of the surface treatment.
Public propertyColor
The color of the surfacing.
Public propertyCutByFatherBooleans
Defines if the part is cut by the father's cuts.
Public propertyEndPoint
Determines the direction the surfacing is filled in. The direction is from the start point towards the end point.
Public propertyFather
Defines the father part for the surface treatment: the part that the surface treatment is created on.
Public propertyIdentifier
The identifier of the object.
(Inherited from Object.)
Public propertyIsUpToDate
Gets if the object does not have a modification which is not shared.
(Inherited from ModelObject.)
Public propertyMaterial
Defines the material for the surface treatment.
Public propertyModificationTime
Gets latest time of the object was modified or created.
(Inherited from ModelObject.)
Public propertyName
The name of the surface treatment.
Public propertyPolygon
Defines the area for the surface treatment.
Public propertyPosition
Defines the position for the surface treatment.
Public propertyStartPoint
Determines the origin of the surfacing. The surfacing is then filled out from the start point towards the end point.
Public propertyThickness
Defines how thick the surface treatment is.
Public propertyType
The type of the surfacing.
Public propertyTypeName
The name of the surface treatment type. The valid names are defined in the product_finishes.dat file.
Top
See Also