Share

ISheetMetal Interface

Provides functions and properties for sheet metal parts.

In a rule, this interface is implemented by the predefined object named SheetMetal.


Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 29.0

Syntax

VB

Public Interface ISheetMetal

C#

public interface ISheetMetal

The ISheetMetal type exposes the following members.

Properties

  NameDescription
Public propertyActiveKFactor
Gets the active KFactor. This value will be valid only if the unfoldign method is linear.
Public propertyFlatExtentsArea
Gets the area (length times width) of the flat pattern. If there is no flat pattern, this function will create it.
Public propertyFlatExtentsLength
Gets the length (dimension along the X axis) of the flat pattern. If there is no flat pattern, this function will create it.
Public propertyFlatExtentsWidth
Gets the width (dimension along the Y axis) of the flat pattern. If there is no flat pattern, this function will create it.

Methods

  NameDescription
Public methodGetActiveStyle
Gets the name of the active sheet metal style.
Public methodSetActiveStyle
Set the active Sheet Metal Rule.

See Also

Reference

Was this information helpful?