SoEllipseScreenDrawermethod Property |
Method to create ellipse.
Namespace: OIV.Inventor.DrawersAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoSFEnum<SoEllipseScreenDrawerCreationMethods> method { get; }
Public ReadOnly Property method As SoSFEnum(Of SoEllipseScreenDrawerCreationMethods)
Get
public:
property SoSFEnum<SoEllipseScreenDrawerCreationMethods>^ method {
SoSFEnum<SoEllipseScreenDrawerCreationMethods>^ get ();
}
member method : SoSFEnum<SoEllipseScreenDrawerCreationMethods> with get
Property Value
Type:
SoSFEnumSoEllipseScreenDrawerCreationMethods
Remarks. Default is CORNER_CORNER.
See Also