C# 클래스 Canguro.Commands.Model.LineStripCmd

Model Command to Add contiguous lines to the Model.
상속: Canguro.Commands.ModelCommand
파일 보기 프로젝트 열기: rforsbach/Treu-Structure

공개 프로퍼티들

프로퍼티 타입 설명
Instance LineStripCmd

공개 메소드들

메소드 설명
Run ( Canguro services ) : void

Executes the command. Creates a series of connected Line Elements given at least 2 points. Each subsequent point given adds a new Line Element.

비공개 메소드들

메소드 설명
LineStripCmd ( ) : System

메소드 상세

Run() 공개 메소드

Executes the command. Creates a series of connected Line Elements given at least 2 points. Each subsequent point given adds a new Line Element.
public Run ( Canguro services ) : void
services Canguro CommandServices object to interact with the system
리턴 void

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static LineStripCmd,Canguro.Commands.Model Instance
리턴 LineStripCmd