ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

Move Method

Applies to

Summary

Moves the shape to a new location.

Syntax

Object.Move (
   method As QfTransformType,
   v As Point,
  [f As Double]
) As ShapeRange

Parameters

method
[in, optional] QfTransformType
v
[in, optional] Point
f
[in, optional] Double

Remarks

Geometric transformations available with move operation are:

The following table clarifies the parameters meaning with various transformation types:

Transformation Type

Method parameter as QfTransformType constant

V parameter

F parameter

Displacement

qfShift

Displacement vector

N/A

Rotation

qfRotation

The center of rotation

The rotation angle in radians

Scaling

qfScaling

The center of homothety

The scaling factor that is always positive and can be great (dilatation) or less (constriction) then one.

The V parameter if omitted is defaulted to the origin (0, 0), and F parameter - to zero.