Click or drag to resize

ObjectInSpaceUtilityAttach Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static TransformOffset Attach(
	ObjectInSpace attachTo,
	ObjectInSpace objectToAttach,
	TransformOffsetModeEnum mode,
	IDocumentInstance documentforUndoRedo = null,
	UndoMultiAction undoMultiAction = null
)

Parameters

attachTo
Type: NeoAxisObjectInSpace
objectToAttach
Type: NeoAxisObjectInSpace
mode
Type: NeoAxisTransformOffsetModeEnum
documentforUndoRedo (Optional)
Type: NeoAxis.EditorIDocumentInstance
undoMultiAction (Optional)
Type: NeoAxis.EditorUndoMultiAction

Return Value

Type: TransformOffset
See Also