C# Class SpaceClaim.AddInLibrary.SpaceClaimExtensions

Mostra file Open project: bcourter/SpaceClaim-AddIns

Public Methods

Method Description
GetAllSelectedDesignBodies ( this window ) : ICollection
GetAllSelectedIDesignBodies ( this window ) : ICollection
GetAllSelectedIDesignFaces ( this window ) : ICollection
GetAllSelectedITrimmedCurves ( this window ) : ICollection
GetBoundingBox ( this iDocObject, System.Matrix trans ) : Box
GetCurvesByLayer ( this iComponent ) : List>.Dictionary
GetVisibleColor ( this iDesignBody ) : Color
Transform ( this curves, System.Matrix trans ) : ICollection
WalkParts ( this part ) : IEnumerable

Method Details

GetAllSelectedDesignBodies() public static method

public static GetAllSelectedDesignBodies ( this window ) : ICollection
window this
return ICollection

GetAllSelectedIDesignBodies() public static method

public static GetAllSelectedIDesignBodies ( this window ) : ICollection
window this
return ICollection

GetAllSelectedIDesignFaces() public static method

public static GetAllSelectedIDesignFaces ( this window ) : ICollection
window this
return ICollection

GetAllSelectedITrimmedCurves() public static method

public static GetAllSelectedITrimmedCurves ( this window ) : ICollection
window this
return ICollection

GetBoundingBox() public static method

public static GetBoundingBox ( this iDocObject, System.Matrix trans ) : Box
iDocObject this
trans System.Matrix
return Box

GetCurvesByLayer() public static method

public static GetCurvesByLayer ( this iComponent ) : List>.Dictionary
iComponent this
return List>.Dictionary

GetVisibleColor() public static method

public static GetVisibleColor ( this iDesignBody ) : Color
iDesignBody this
return Color

Transform() public static method

public static Transform ( this curves, System.Matrix trans ) : ICollection
curves this
trans System.Matrix
return ICollection

WalkParts() public static method

public static WalkParts ( this part ) : IEnumerable
part this
return IEnumerable