Class SelectSketchMakeUniformScaleBuilderList
Inheritance
SelectSketchMakeUniformScaleBuilderList
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class SelectSketchMakeUniformScaleBuilderList : TaggedObject, IMessageSink, IComponentBuilder
Constructors
SelectSketchMakeUniformScaleBuilderList()
Declaration
protected SelectSketchMakeUniformScaleBuilderList()
Properties
DuplicatesAllowed
Declaration
public bool DuplicatesAllowed { get; }
Property Value
Type | Description |
---|---|
bool |
Size
Declaration
public int Size { get; }
Property Value
Type | Description |
---|---|
int |
Methods
Add(SnapType, SketchMakeUniformScaleBuilder, View, Point3d, SketchMakeUniformScaleBuilder, View, Point3d)
Declaration
public bool Add(InferSnapType.SnapType snapType, SketchMakeUniformScaleBuilder selection1, View view1, Point3d point1, SketchMakeUniformScaleBuilder selection2, View view2, Point3d point2)
Parameters
Type | Name | Description |
---|---|---|
InferSnapType.SnapType | snapType | |
SketchMakeUniformScaleBuilder | selection1 | |
View | view1 | |
Point3d | point1 | |
SketchMakeUniformScaleBuilder | selection2 | |
View | view2 | |
Point3d | point2 |
Returns
Type | Description |
---|---|
bool |
Add(SelectionMethod)
Declaration
public bool Add(SelectionMethod inputSelectionMethod)
Parameters
Type | Name | Description |
---|---|---|
SelectionMethod | inputSelectionMethod |
Returns
Type | Description |
---|---|
bool |
Add(SketchMakeUniformScaleBuilder)
Declaration
public bool Add(SketchMakeUniformScaleBuilder @object)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | object |
Returns
Type | Description |
---|---|
bool |
Add(SketchMakeUniformScaleBuilder, CaeSubType, int)
Declaration
[Obsolete("Deprecated in NX10.0.0. Use other versions of NXOpen.SelectObjectList.Add.")]
public bool Add(SketchMakeUniformScaleBuilder selection, CaeObjectType.CaeSubType caeSubType, int caeSubId)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | selection | |
CaeObjectType.CaeSubType | caeSubType | |
int | caeSubId |
Returns
Type | Description |
---|---|
bool |
Add(SketchMakeUniformScaleBuilder, View, Point3d)
Declaration
public bool Add(SketchMakeUniformScaleBuilder selection, View view, Point3d point)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | selection | |
View | view | |
Point3d | point |
Returns
Type | Description |
---|---|
bool |
Add(SketchMakeUniformScaleBuilder[])
Declaration
public bool Add(SketchMakeUniformScaleBuilder[] objects)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder[] | objects |
Returns
Type | Description |
---|---|
bool |
AddWithViews(SketchMakeUniformScaleBuilder[], View[])
Declaration
public bool AddWithViews(SketchMakeUniformScaleBuilder[] objects, View[] views)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder[] | objects | |
View[] | views |
Returns
Type | Description |
---|---|
bool |
Clear()
Declaration
public void Clear()
Contains(SketchMakeUniformScaleBuilder)
Declaration
public bool Contains(SketchMakeUniformScaleBuilder @object)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | object |
Returns
Type | Description |
---|---|
bool |
GetArray()
Declaration
public SketchMakeUniformScaleBuilder[] GetArray()
Returns
Type | Description |
---|---|
SketchMakeUniformScaleBuilder[] |
GetSelectObjectArray()
Declaration
public SelectObject[] GetSelectObjectArray()
Returns
Type | Description |
---|---|
SelectObject[] |
Remove(SnapType, SketchMakeUniformScaleBuilder, View, Point3d, SketchMakeUniformScaleBuilder, View, Point3d)
Declaration
public bool Remove(InferSnapType.SnapType snapType, SketchMakeUniformScaleBuilder selection1, View view1, Point3d point1, SketchMakeUniformScaleBuilder selection2, View view2, Point3d point2)
Parameters
Type | Name | Description |
---|---|---|
InferSnapType.SnapType | snapType | |
SketchMakeUniformScaleBuilder | selection1 | |
View | view1 | |
Point3d | point1 | |
SketchMakeUniformScaleBuilder | selection2 | |
View | view2 | |
Point3d | point2 |
Returns
Type | Description |
---|---|
bool |
Remove(SelectionMethod)
Declaration
public bool Remove(SelectionMethod inputSelectionMethod)
Parameters
Type | Name | Description |
---|---|---|
SelectionMethod | inputSelectionMethod |
Returns
Type | Description |
---|---|
bool |
Remove(SketchMakeUniformScaleBuilder)
Declaration
public bool Remove(SketchMakeUniformScaleBuilder @object)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | object |
Returns
Type | Description |
---|---|
bool |
Remove(SketchMakeUniformScaleBuilder, View)
Declaration
public bool Remove(SketchMakeUniformScaleBuilder @object, View view)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder | object | |
View | view |
Returns
Type | Description |
---|---|
bool |
RemoveArray(SketchMakeUniformScaleBuilder[])
Declaration
public bool RemoveArray(SketchMakeUniformScaleBuilder[] objects)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder[] | objects |
Returns
Type | Description |
---|---|
bool |
SetArray(SketchMakeUniformScaleBuilder[])
Declaration
public void SetArray(SketchMakeUniformScaleBuilder[] objects)
Parameters
Type | Name | Description |
---|---|---|
SketchMakeUniformScaleBuilder[] | objects |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
bool |
Implements
System.Runtime.Remoting.Messaging.IMessageSink