STK Graphics PrimitivesSend comments on this topic.
Closed Property (IAgStkGraphicsSolidTriangulatorResult)
See Also
Windows





Windows & Linux

Description

Gets whether the solid is closed. For example, a box with six faces is closed. If one face is removed, the box is open.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Closed() As Boolean
[C#]
public bool Closed {get;}
[Managed C++]
public: __property bool get_Closed();
[Unmanaged C++]
public: HRESULT get_Closed(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getClosed();
[Python - STK API ]
@property
def Closed(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.