Interface IDynamicSectionCutCreator
Inherited Members
Namespace: NXOpen.Display
Assembly: NXOpen.dll
Syntax
public interface IDynamicSectionCutCreator : INXObject
Methods
Find(string)
Declaration
DynamicSectionCut Find(string journalIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| string | journalIdentifier |
Returns
| Type | Description |
|---|---|
| DynamicSectionCut |
GetSectionCuts(NXObject, View, out DynamicSectionCut[])
Declaration
void GetSectionCuts(NXObject contextOccurrence, View view, out DynamicSectionCut[] sectionCuts)
Parameters
| Type | Name | Description |
|---|---|---|
| NXObject | contextOccurrence | |
| View | view | |
| DynamicSectionCut[] | sectionCuts |