DynaPDFMatrixMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to DynaPDFMatrixMBS class.

DynaPDFMatrixMBS.a as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

DynaPDFMatrixMBS.b as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

DynaPDFMatrixMBS.c as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

DynaPDFMatrixMBS.d as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

DynaPDFMatrixMBS.IsIdentity as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Checks whether matrix is the identity matrix.
Example
dim m as new DynaPDFMatrixMBS

MsgBox str(m.IsIdentity)

m.a = 3.0

MsgBox str(m.IsIdentity)

Returns true if a = 1, b = 0, c = 0, d = 1, x = 0 and y = 0.
(Read only property)

DynaPDFMatrixMBS.RotationAngle as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Calculates the rotate angle.
Example
dim m as DynaPDFMatrixMBS = DynapdfMatrixMBS.Identity

m.Rotate 0.1

MsgBox str(m.GetRotationAngle) // shows 0.1

In radians from -pi to pi.
Used to be named GetRotationAngle before.
(Read only property)

DynaPDFMatrixMBS.ScaleFactor as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Calculates the scale factor.
Example
dim m as DynaPDFMatrixMBS = DynapdfMatrixMBS.Identity

m.Scale 3.0, 4.0

MsgBox str(m.GetScaleFactor) // shows 3.535534

Used to be named GetScaleFactor before.
(Read only property)

DynaPDFMatrixMBS.StringValue as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 11.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Converts matrix into a string for displaying in log files.
Example
dim m as new DynaPDFMatrixMBS
MsgBox m.Str // shows [1.000000 0.000000 0.000000 1.000000 0.000000 0.000000]

Added for debugging.
Used to be named Str.
(Read only property)

DynaPDFMatrixMBS.x as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

DynaPDFMatrixMBS.y as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property DynaPDF MBS DynaPDF Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
One of the matrix properties.

(Read and Write property)

The items on this page are in the following plugins: MBS DynaPDF Plugin.


💬 Ask a question or report a problem