<Code Lib>
2025.3 Method
Changes 0
M

IExportContext.OnInstanceBegin

Description:
This method marks the start of processing of an instance node (e.g. a family instance).

RenderNodeAction OnInstanceBegin(
	InstanceNode node
)

Return Value RenderNodeAction Return RenderNodeAction.Skip if you wish to skip processing this family instance, or return RenderNodeAction.Proceed otherwise.

Loading…