Creates a VGT plane using the specified name, description and type.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnPlane Create( string PlaneName, string Description, AgECrdnPlaneType PlaneType ); |
| [Managed C++] |
|---|
public: IAgCrdnPlane^ Create( String __gc ^ PlaneName, String __gc ^ Description, AgECrdnPlaneType PlaneType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPlane create( String PlaneName, String Description, AgECrdnPlaneType PlaneType ); |
[Python - STK API ] |
|---|
def Create(self, PlaneName:str, Description:str, PlaneType:"AgECrdnPlaneType") -> "IAgCrdnPlane": |
- PlaneName
- Specify a component name.
- Description
- Specify a component description.
- PlaneType
- Specify a component type.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.
Create a plane normal to vector.
| [C#] | ||
|---|---|---|
| ||
Create a plane normal to vector.
| [Visual Basic .NET] | ||
|---|---|---|
| ||






