Click or drag to resize

CompositePrimitiveReferenceFrame Property

Gets or sets the reference frame this primitive is defined and rendered in.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override ReferenceFrame ReferenceFrame { get; set; }

Property Value

Type: ReferenceFrame
Exceptions
ExceptionCondition
ArgumentNullExceptionReferenceFrame is null.
InvalidOperationException Cannot modify ReferenceFrame once the primitive is added to the primitive manager or a composite primitive. Remove the primitive from the manager or composite before modifying ReferenceFrame.
See Also