X3DObject.GetActivePrimitive3

Introduced

v11.0 (2013)

Description

Returns the 3D object's active Primitive for a given frame. This method is similar to X3DObject.GetActivePrimitive2 but specific to the Python language.

C# Syntax

Object X3DObject.GetActivePrimitive3( Object in_Frame );

Scripting Syntax

oReturn = X3DObject.GetActivePrimitive3( [Time] );

Return Value

Primitive

Parameters

Parameter Type Description
Time Double Time (in frames) at which to get the primitive

Default Value: Current time in frames