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
| Name | Description | |
|---|---|---|
| ActiveKFactor |
Gets the active KFactor. This value will be valid only if the unfoldign method is linear.
| |
| FlatExtentsArea |
Gets the area (length times width) of the flat pattern.
If there is no flat pattern, this function will create it.
| |
| FlatExtentsLength |
Gets the length (dimension along the X axis) of the flat pattern.
If there is no flat pattern, this function will create it.
| |
| FlatExtentsWidth |
Gets the width (dimension along the Y axis) of the flat pattern.
If there is no flat pattern, this function will create it.
|
Methods
| Name | Description | |
|---|---|---|
| GetActiveStyle |
Gets the name of the active sheet metal style.
| |
| SetActiveStyle |
Set the active Sheet Metal Rule.
|
