Gets or sets whether mesh controls are automatically applied to small features, holes, fillets, and other fine details in the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property AutomaticTransition2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWMesh
Dim value As System.Boolean
instance.AutomaticTransition2 = value
value = instance.AutomaticTransition2 |
C# | |
---|
System.bool AutomaticTransition2 {get; set;} |
C++/CLI | |
---|
property System.bool AutomaticTransition2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true if automatic transition is on, 0 or false if not
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30