BendSurfaceNode Class

The BendSurfaceNode class represents a bend surface geometry tree node.
Inheritance Hierarchy

Namespace:  Tekla.Structures.Model
Assembly:  Tekla.Structures.Model (in Tekla.Structures.Model.dll) Version: 2023.0.3
Syntax
[SerializableAttribute]
public abstract class BendSurfaceNode : IGeometryNode

The BendSurfaceNode type exposes the following members.

Constructors
  NameDescription
Public methodBendSurfaceNode
Initializes a new instance of the BendSurfaceNode class.
Top
Properties
  NameDescription
Public propertyIsAutomatic
Gets a value indicating whether this geometry node was automatically generated (returns false if it was originally a user-defined part)
Public propertySurface
Gets the bend surface geometry.
Top
Methods
  NameDescription
Public methodAcceptVisitor
Entry method for the visitor pattern
Public methodClone
Creates a new object that is a copy of the current instance.
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.
Previous
Next