STK ObjectsSend comments on this topic.
ShowDihedralAngleSupportingArcs Property (IAgVORefCrdnAngle)
See Also
Windows





Windows & Linux

Description

Select to show dihedral angle supporting arcs. Only available for angles.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowDihedralAngleSupportingArcs() As Boolean
[C#]
public bool ShowDihedralAngleSupportingArcs {get; set;}
[Managed C++]
public: __property bool get_ShowDihedralAngleSupportingArcs();
public: __property void set_ShowDihedralAngleSupportingArcs( bool );
[Unmanaged C++]
public: HRESULT get_ShowDihedralAngleSupportingArcs(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowDihedralAngleSupportingArcs(
    VARIANT_BOOL pVal
);
[Java]
public bool getShowDihedralAngleSupportingArcs();
public void setShowDihedralAngleSupportingArcs(
    bool
);
[Python - STK API ]
@property
def ShowDihedralAngleSupportingArcs(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.