Inserts a constraint-based reference plane using the selected reference entities.  
             
            
.NET Syntax
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFeatureManager
Dim FirstConstraint As System.Integer
Dim FirstConstraintAngleOrDistance As System.Double
Dim SecondConstraint As System.Integer
Dim SecondConstraintAngleOrDistance As System.Double
Dim ThirdConstraint As System.Integer
Dim ThirdConstraintAngleOrDistance As System.Double
Dim value As System.Object
 
value = instance.InsertRefPlane(FirstConstraint, FirstConstraintAngleOrDistance, SecondConstraint, SecondConstraintAngleOrDistance, ThirdConstraint, ThirdConstraintAngleOrDistance) | 
Parameters
- FirstConstraint
- First constraint as defined in swRefPlaneReferenceConstraints_e
- FirstConstraintAngleOrDistance
- Angle or distance of the first constraint
- SecondConstraint
- Second constraint as defined in swRefPlaneReferenceConstraints_e
- SecondConstraintAngleOrDistance
- Angle or distance of the second constraint
- ThirdConstraint
- Third constraint as defined in swRefPlaneReferenceConstraints_e
- ThirdConstraintAngleOrDistance
- Angle or distance of the third constraint
Return Value
Reference plane  
             
             
             
             
            Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0