Method | Description | |
---|---|---|
CreateNewSweptBlend ( Document doc ) : void |
Create a new swept blend form. The NewSweptBlend method requires the input profile to be in the XY plane.
|
|
CreateNewSweptBlendArc ( Document doc ) : void |
Create a new swept blend form using arcs to define circular start and end profiles and an arc path. The NewSweptBlend method requires the input profiles to be in the XY plane.
|
|
Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result |
Method | Description | |
---|---|---|
CreateSketchPlane ( Document doc, XYZ normal, XYZ origin ) : SketchPlane |
Create a sketch plane. This helper method is copied from the GenericModelCreation SDK sample.
|
public CreateNewSweptBlend ( Document doc ) : void | ||
doc | Document | |
return | void |
public CreateNewSweptBlendArc ( Document doc ) : void | ||
doc | Document | |
return | void |
public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result | ||
commandData | ExternalCommandData | |
message | string | |
elements | ElementSet | |
return | System.Result |