C# 클래스 BuildingCoder.CmdNewSweptBlend

상속: IExternalCommand
파일 보기 프로젝트 열기: jeremytammik/the_building_coder_samples

공개 메소드들

메소드 설명
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