Independent Software Solutions 

CONTENTS

  CSM MOVE


Functions

Synopsis

CSM MOVE pivot index As Integer, fMoveX As Float, fMoveY As Float, fMoveZ As Float

Purpose

Calling this function allows you to move a group of meshes based on a pivot entity.  All meshes that belong to the group which the pivot entity also belongs to will be moved by the specified offset.  The entity's co-ordinates will also be offset by the specified parameters. 

Parameters

pivot index

Specifies the pivot index associated with a group of meshes, >=0 and <total.  Use the CSM COUNT function to obtain the total number of pivots in your CSM map file.

fMoveX

Value along the X axis to move

fMoveY

Value along the Y axis to move

fMoveZ

Value along the Z axis to move

Return value

None

 

(C) Paul S. J. Millard 2006