Description
Gets or sets if the primitive's bounding sphere is automatically computed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AutomaticallyComputeBoundingSphere() As Boolean
|
[C#] |
---|
public bool AutomaticallyComputeBoundingSphere {get; set;}
|
[Managed C++] |
---|
public: __property bool get_AutomaticallyComputeBoundingSphere(); public: __property void set_AutomaticallyComputeBoundingSphere(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AutomaticallyComputeBoundingSphere(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_AutomaticallyComputeBoundingSphere(
VARIANT_BOOL AutomaticallyComputeBoundingSphere
);
|
[Java] |
---|
public bool getAutomaticallyComputeBoundingSphere();
public void setAutomaticallyComputeBoundingSphere(
bool
);
|
[Python - STK API] |
---|
@property
def AutomaticallyComputeBoundingSphere(self) -> bool:
@AutomaticallyComputeBoundingSphere.setter
def AutomaticallyComputeBoundingSphere(self, AutomaticallyComputeBoundingSphere:bool) -> None:
|
Remarks
See Also