STK ObjectsSend comments on this topic.
TrueScale Property (IAgVORefCrdnVector)
See Also
Windows





Windows & Linux

Description

If the Scale Relative to Model is selected, the scale of the model is multiplied by the scale of the vector. If the Scale Relative to Model is not selected, you can set the size of the geometric elements independent of the model scale.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrueScale() As Boolean
[C#]
public bool TrueScale {get; set;}
[Managed C++]
public: __property bool get_TrueScale();
public: __property void set_TrueScale( bool );
[Unmanaged C++]
public: HRESULT get_TrueScale(
    VARIANT_BOOL * pVal
);
public: HRESULT put_TrueScale(
    VARIANT_BOOL pVal
);
[Java]
public bool getTrueScale();
public void setTrueScale(
    bool
);
[Python - STK API ]
@property
def TrueScale(self) -> bool:

@TrueScale.setter
def TrueScale(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.