Autodesk.AutoCAD.DatabaseServices Namespace > FeatureControlFrame Class > FeatureControlFrame Constructor > FeatureControlFrame(string, Point3d, Vector3d, Vector3d) Constructor
FeatureControlFrame.FeatureControlFrame(string, Point3d, Vector3d, Vector3d) Constructor
Description

 

Constructor which sets values for various properties.

Visual Basic
Public Sub New(
    codes As string, 
    insertionPoint As Point3d, 
    normalVector As Vector3d, 
    x As Vector3d
)
C#
public FeatureControlFrame(
    string codes, 
    Point3d insertionPoint, 
    Vector3d normalVector, 
    Vector3d x
);
Parameters
Parameters 
Description 
string codes 
Input text string containing the codes to specify the feature control symbols and the tolerance for this object. If this value is Null, this is just like calling the default constructor. 
Point3d insertionPoint 
Input Insertion point (WCS) of this Fcf object 
Vector3d normalVector 
Input Normal vector (WCS) of the plane containing this Fcf object
  • : Input X-direction vector (WCS) of this Fcf
 
Links
   Comments?