CODComponentPosition::SetTransform

voidCODComponentPosition::SetTransform(CODTransform*pXform)

Set the transform for the component.

Defined in: OdComponentPos.cpp

Return Value

void

Parameters

pXform

Pointer to transform to assign.

Comments

This function assigns a copy of the given transform to the position object. The position object does not keep a reference to the transform object passed in, so the caller must handle destruction of the incoming transform. If the position object already has a transform, it is destroyed before the new transform is assigned.