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 |
---|---|---|
System.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 |