Gets or sets whether to place the origin on the curve for this reference plane feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property OriginOnCurve As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IRefPlaneFeatureData
Dim value As Boolean
instance.OriginOnCurve = value
value = instance.OriginOnCurve
|
C# | |
---|
bool OriginOnCurve {get; set;} |
C++/CLI | |
---|
property bool OriginOnCurve {
bool get();
void set (bool value);
} |
Return Value
True to place the origin on the curve, false to place the origin on the vertex or point
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0