OffsetOnCameraAxesParams Class

Data for Entity.ComputeOffsetOnCameraAxes.
Public Class OffsetOnCameraAxesParams 
Inherits TraversalParams
This language is not supported or no code example is available.
public class OffsetOnCameraAxesParams : TraversalParams
This language is not supported or no code example is available.
Name Description
Public property Blocks Gets blocks collection. (inherited from TraversalParams).
Public property MaxQ Gets or sets the maximum offset of the lines intersections on X and Y camera axes.
Public property MinQ Gets or sets the minimum offset of the lines intersections on X and Y camera axes;
Public property Parents Parents list. (inherited from TraversalParams).
Public property SkipTexts When true the Text entities are not regenerated. (inherited from TraversalParams).
Public property Transformation Gets the transformation to apply to the vertices. (inherited from TraversalParams).
Public property Workspace Gets the Workspace control. (inherited from TraversalParams).
Public property m1 Gets or sets the angular coefficients of right and top frustum lines.
Public property m2 Gets or sets the angular coefficients of left and bottom frustum lines.
Top
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method PopTransformation() Pops the last transformation from the stack. (inherited from TraversalParams).
Public method PushTransformation(Transformation) Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack. (inherited from TraversalParams).
Public method PushTransformation(BlockReference) Multiplies the transformation of the blockReference by the current transformation and pushes the resulting transformation on the stack. (inherited from TraversalParams).
Public method ToString (inherited from Object).
Top
devDept.Eyeshot.OffsetOnCameraAxesParams

.NET Framework

Supported in: 4.7.2

In this article

Definition