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.
Read-write property
[Visual Basic .NET] |
---|
Public Property TrueScale() As Boolean |
[C#] |
---|
public bool TrueScale {get; set;} |
[Managed C++] |
---|
public: __property bool get_TrueScale(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrueScale( VARIANT_BOOL * pVal ); public: HRESULT put_TrueScale( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getTrueScale(); public void setTrueScale( bool ); |