C# Класс BuildingCoder.CmdNewSweptBlend

Наследование: IExternalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
CreateSketchPlane ( Document doc, XYZ normal, XYZ origin ) : SketchPlane

Create a sketch plane. This helper method is copied from the GenericModelCreation SDK sample.

Описание методов

CreateNewSweptBlend() публичный метод

Create a new swept blend form. The NewSweptBlend method requires the input profile to be in the XY plane.
public CreateNewSweptBlend ( Document doc ) : void
doc Document
Результат void

CreateNewSweptBlendArc() публичный метод

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.
public CreateNewSweptBlendArc ( Document doc ) : void
doc Document
Результат void

Execute() публичный метод

public Execute ( ExternalCommandData commandData, string &message, ElementSet elements ) : System.Result
commandData ExternalCommandData
message string
elements ElementSet
Результат System.Result