C# Class SpaceClaim.AddInLibrary.SpaceClaimExtensions

Afficher le fichier Open project: bcourter/SpaceClaim-AddIns

Méthodes publiques

Méthode 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 méthode

public static GetAllSelectedDesignBodies ( this window ) : ICollection
window this
Résultat ICollection

GetAllSelectedIDesignBodies() public static méthode

public static GetAllSelectedIDesignBodies ( this window ) : ICollection
window this
Résultat ICollection

GetAllSelectedIDesignFaces() public static méthode

public static GetAllSelectedIDesignFaces ( this window ) : ICollection
window this
Résultat ICollection

GetAllSelectedITrimmedCurves() public static méthode

public static GetAllSelectedITrimmedCurves ( this window ) : ICollection
window this
Résultat ICollection

GetBoundingBox() public static méthode

public static GetBoundingBox ( this iDocObject, System.Matrix trans ) : Box
iDocObject this
trans System.Matrix
Résultat Box

GetCurvesByLayer() public static méthode

public static GetCurvesByLayer ( this iComponent ) : List>.Dictionary
iComponent this
Résultat List>.Dictionary

GetVisibleColor() public static méthode

public static GetVisibleColor ( this iDesignBody ) : Color
iDesignBody this
Résultat Color

Transform() public static méthode

public static Transform ( this curves, System.Matrix trans ) : ICollection
curves this
trans System.Matrix
Résultat ICollection

WalkParts() public static méthode

public static WalkParts ( this part ) : IEnumerable
part this
Résultat IEnumerable