 | IObjectsAddCircle Method |
Add a circle that is parallel to the active plane of the active coordinates system.
The circle face name is "Circle".
Radius must have a positive value.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject AddCircle(
string name,
string p0,
string radius
)
Function AddCircle (
name As String,
p0 As String,
radius As String
) As ISimObject
Dim instance As IObjects
Dim name As String
Dim p0 As String
Dim radius As String
Dim returnValue As ISimObject
returnValue = instance.AddCircle(name,
p0, radius)
Parameters
- name
- Type: SystemString
Name if the circle. - p0
- Type: SystemString
Starting point (center). - radius
- Type: SystemString
Radius
Return Value
Type:
ISimObjectReference to the circle.
See Also