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 AutomaticTransition As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As ICWMesh
Dim value As System.Integer
 
instance.AutomaticTransition = value
 
value = instance.AutomaticTransition | 
| C# |  | 
|---|
| System.int AutomaticTransition {get; set;} | 
| C++/CLI |  | 
|---|
| property System.int AutomaticTransition {
   System.int get();
   void set ( &   System.int value);
} | 
Property Value
1 if automatic transition is on, 0 if not
See Also
 
            Availability
SOLIDWORKS Simulation API 2008 SP1.0